Main.cc: In function 'int main()': Main.cc:4:1: error: 'c' was not declared in this scope c = input().strip() ^ Main.cc:4:11: error: 'input' was not declared in this scope c = input().strip() ^