0_0_27035254_19189.cpp:16:5: error: stray '#' in program
{ #include<stdio.h>
^
0_0_27035254_19189.cpp: In function 'int main()':
0_0_27035254_19189.cpp:16:6: error: 'include' was not declared in this scope
{ #include<stdio.h>
^
0_0_27035254_19189.cpp:16:14: error: 'stdio' was not declared in this scope
{ #include<stdio.h>
^
0_0_27035254_19189.cpp:17:1: error: expected primary-expression before 'int'
int main()
^
|