0_0_16568469_12502.cpp:73:17: error: stray '#' in program
cout << #include<stdio.h>
^
0_0_16568469_12502.cpp: In function 'int main()':
0_0_16568469_12502.cpp:73:18: error: 'include' was not declared in this scope
cout << #include<stdio.h>
^
0_0_16568469_12502.cpp:73:26: error: 'stdio' was not declared in this scope
cout << #include<stdio.h>
^
0_0_16568469_12502.cpp:82:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_16568469_12502.cpp:89:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_16568469_12502.cpp:152:1: error: expected '}' at end of input
}
^
0_0_16568469_12502.cpp:152:1: error: expected '}' at end of input
|