0_0_33576929_22536.cpp:1:1: error: stray '##' in program
##include<bits/stdc++.h>
^
0_0_33576929_22536.cpp:1:3: error: 'include' does not name a type
##include<bits/stdc++.h>
^
0_0_33576929_22536.cpp: In function 'int main()':
0_0_33576929_22536.cpp:34:15: error: 'scanf' was not declared in this scope
scanf("%d",&T);
^
0_0_33576929_22536.cpp:46:18: error: 'printf' was not declared in this scope
printf("%d\n",m);
^
|