| Problem | dayum |
|---|---|
| User | ma |
| Submission Time | 2026-03-07 10:39:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘int’
5 | int n;
| ^~~
dayum.cpp:6:9: error: ‘n’ was not declared in this scope
6 | cin >> n;
| ^
dayum.cpp:7:11: error: expected primary-expression before ‘)’ token
7 | if (n=16;){
| ^
dayum.cpp:13:4: error: expected ‘,’ or ‘;’ before ‘cout’
13 | cout << n;}
| ^~~~
dayum.cpp: At global scope:
dayum.cpp:29:1: error: expected declaration before ‘}’ token
29 | }
| ^