Problem eight
User yeezin
Submission Time 2025-06-16 17:15:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin>>N;
| ^~~
eight.cpp:4:5: error: ‘cout’ was not declared in this scope
4 | cout << 1;
| ^~~~