| Problem | goodprogrammer |
|---|---|
| User | mofumofu |
| Submission Time | 2025-07-13 22:33:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:4:2: error: ‘ios’ has not been declared
4 | ios::sync_with_stdio(0);
| ^~~
goodprogrammer.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin.tie(0);
| ^~~