Problem | eight |
---|---|
User | Natasha |
Submission Time | 2025-06-16 17:12:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin>> N;
| ^~~
eight.cpp:13:5: error: ‘cout’ was not declared in this scope
13 | cout << ans;
| ^~~~