Main.cc: In function ‘int main()’: Main.cc:13:11: error: ‘res’ was not declared in this scope b=res; ^~~ Main.cc:13:11: note: suggested alternative: ‘gets’ b=res; ^~~ gets