0_0_19453447_27927.cpp:14:32: error: stray '#' in program
for(j=2;j<sqrt(#include<stdio.h>
^
0_0_19453447_27927.cpp: In function 'int main()':
0_0_19453447_27927.cpp:14:33: error: 'include' was not declared in this scope
for(j=2;j<sqrt(#include<stdio.h>
^
0_0_19453447_27927.cpp:14:41: error: 'stdio' was not declared in this scope
for(j=2;j<sqrt(#include<stdio.h>
^
0_0_19453447_27927.cpp:16:1: error: expected primary-expression before 'int'
int main()
^
|