Problem | nprime |
---|---|
User | Broompositive |
Submission Time | 2023-09-11 19:04:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘int main()’:
nprime.cpp:26:24: error: variable ‘std::ifstream input_file’ has initializer but incomplete type
26 | ifstream input_file("PRIME.IN");
| ^
nprime.cpp:31:25: error: variable ‘std::ofstream output_file’ has initializer but incomplete type
31 | ofstream output_file("PRIME.OUT");
| ^