0_0_38591313_4460.cpp: In function 'void FindPrime()':
0_0_38591313_4460.cpp:13:3: error: 'printf' was not declared in this scope
printf("%d ", i);
^~~~~~
0_0_38591313_4460.cpp:13:3: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
0_0_38591313_4460.cpp:1:1:
+#include <cstdio>
//jiudge: 23832: 1686492106
0_0_38591313_4460.cpp:13:3:
printf("%d ", i);
^~~~~~
|