Problem dayum
User khai
Submission Time 2025-06-20 13:10:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:6:24: error: expected ‘)’ before ‘;’ token
6 | if(int i = 0; i < N; i++) {
| ~ ^
| )
dayum.cpp:6:26: error: ‘i’ was not declared in this scope
6 | if(int i = 0; i < N; i++) {
| ^