Main.cc: In function 'int main()':
Main.cc:6:29: error: expected '}' at end of input
scanf("%c", &input_char);
^
Main.cc:6:29: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]