0_0_9966925_22215.cpp:1:17: stio.h: No such file or directory
0_0_9966925_22215.cpp: In function `void makeprime()':
0_0_9966925_22215.cpp:7: error: `memset' undeclared (first use this function)
0_0_9966925_22215.cpp:7: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9966925_22215.cpp:8: error: `n' undeclared (first use this function)
0_0_9966925_22215.cpp: In function `void dfs(int, int)':
0_0_9966925_22215.cpp:16: error: `cur' undeclared (first use this function)
0_0_9966925_22215.cpp:18: error: `d' undeclared (first use this function)
0_0_9966925_22215.cpp:19: error: `printf' undeclared (first use this function)
0_0_9966925_22215.cpp:24: error: `vis' undeclared (first use this function)
0_0_9966925_22215.cpp: In function `int main()':
0_0_9966925_22215.cpp:38: error: `scanf' undeclared (first use this function)
0_0_9966925_22215.cpp:38: error: `EOF' undeclared (first use this function)
0_0_9966925_22215.cpp:40: error: `makesprime' undeclared (first use this function)
0_0_9966925_22215.cpp:42: error: `is_prime' undeclared (first use this function)
|