| Problem | dayum |
|---|---|
| User | ma |
| Submission Time | 2026-03-07 10:38:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dayum.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~
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:9:3: error: expected ‘,’ or ‘;’ before ‘cout’
9 | cout<<n;
| ^~~~
dayum.cpp:13:4: error: expected ‘,’ or ‘;’ before ‘cout’
13 | cout << n;}
| ^~~~
dayum.cpp:16:4: error: expected ‘,’ or ‘;’ before ‘cout’
16 | cout << n;}
| ^~~~
dayum.cpp:19:4: error: expected ‘,’ or ‘;’ before ‘cout’
19 | cout << n;}
| ^~~~