0_0_35722595_31359.cpp:12:3: error: stray '#' in program
c+#include<stdio.h>
^
0_0_35722595_31359.cpp: In function 'int main()':
0_0_35722595_31359.cpp:12:4: error: 'include' was not declared in this scope
c+#include<stdio.h>
^
0_0_35722595_31359.cpp:12:12: error: 'stdio' was not declared in this scope
c+#include<stdio.h>
^
0_0_35722595_31359.cpp:14:1: error: expected primary-expression before 'int'
int main()
^
0_0_35722595_31359.cpp:31:3: error: expected primary-expression before ';' token
}+;
^
|