| Problem | 3nplus1 |
|---|---|
| User | ThinkingGeek257 |
| Submission Time | 2026-06-22 15:48:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:2:5: error: ‘ios’ has not been declared
2 | ios::sync_with_stdio(false);
| ^~~
3nplus1.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(nullptr);
| ^~~
3nplus1.cpp:12:3: error: ‘cout’ was not declared in this scope
12 | cout << A;
| ^~~~