0_0_16435802_10183.cpp:1:2: error: stray '#' in program
*#include<cstdio>
^
0_0_16435802_10183.cpp:1:10: error: expected constructor, destructor, or type conversion before '<' token
*#include<cstdio>
^
0_0_16435802_10183.cpp: In function 'int main()':
0_0_16435802_10183.cpp:58:30: error: 'scanf' was not declared in this scope
while(~scanf("%d%d",&n,&m)){
^
0_0_16435802_10183.cpp:70:37: error: 'printf' was not declared in this scope
if(flag) printf(" %d", i);
^
0_0_16435802_10183.cpp:71:33: error: 'printf' was not declared in this scope
else { printf("%d",i); flag=true; }
^
0_0_16435802_10183.cpp:73:16: error: 'puts' was not declared in this scope
puts("");
^
|