Problem dayum
User 1SillyDE0lPhiN
Submission Time 2025-06-20 13:29:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:3:9: error: redeclaration of ‘int N’
3 | int N=16;
| ^
dayum.cpp:2:9: note: ‘int N’ previously declared here
2 | int N;
| ^
dayum.cpp:4:5: error: ‘cout’ was not declared in this scope
4 | cout<<"1"
| ^~~~
dayum.cpp: At global scope:
dayum.cpp:6:1: error: expected declaration before ‘}’ token
6 | }
| ^