Main.cc: In function 'int main()':
Main.cc:3:21: error: 'scanf' was not declared in this scope
scanf("%lld", &m);
^
Main.cc:13:21: error: 'printf' was not declared in this scope
printf("%d\n", n);
^