Problem | dayum |
---|---|
User | khai |
Submission Time | 2025-06-20 13:17:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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++) {
| ^
dayum.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
dayum.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^