0_0_19453451_31697.cpp:14:32: error: stray '#' in program
for(j=2;j<sqrt(#include<stdio.h>
^
0_0_19453451_31697.cpp: In function 'int main()':
0_0_19453451_31697.cpp:14:33: error: 'include' was not declared in this scope
for(j=2;j<sqrt(#include<stdio.h>
^
0_0_19453451_31697.cpp:14:41: error: 'stdio' was not declared in this scope
for(j=2;j<sqrt(#include<stdio.h>
^
0_0_19453451_31697.cpp:16:1: error: expected primary-expression before 'int'
int main()
^
0_0_19453451_31697.cpp: At global scope:
0_0_19453451_31697.cpp:63:5: error: expected unqualified-id before 'return'
return 0;
^
0_0_19453451_31697.cpp:64:1: error: expected declaration before '}' token
}
^
|