Problem eight
User Secre
Submission Time 2025-06-16 17:05:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:7:16: error: ‘N’ was not declared in this scope
7 | for(int i=0;i<N;i++){
| ^
eight.cpp:14:2: error: expected ‘}’ at end of input
14 | }
| ^
eight.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^