Problem eight
User rasquait
Submission Time 2025-11-30 16:55:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:6:12: error: expected ‘;’ before ‘int’
6 | cin.tie(0)
| ^
| ;
7 |
8 | int N;
| ~~~
eight.cpp:9:9: error: ‘N’ was not declared in this scope
9 | cin >> N;
| ^