Problem nprime
User yuxiangt
Submission Time 2025-11-20 22:21:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:9:17: error: variable ‘std::ifstream fin’ has initializer but incomplete type
9 | ifstream fin("PRIME.IN");
| ^
nprime.cpp:36:18: error: variable ‘std::ofstream fout’ has initializer but incomplete type
36 | ofstream fout("PRIME.OUT");
| ^