Problem | duckhunt12 |
---|---|
User | naivecyans |
Submission Time | 2025-06-17 10:44:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:7:23: error: expected ‘;’ before ‘}’ token
7 | if (y==x+3){cout<<y+2}
| ^
| ;
duckhunt12.cpp:8:15: error: expected ‘;’ before ‘}’ token
8 | else {cout<<5}
| ^
| ;
duckhunt12.cpp: At global scope:
duckhunt12.cpp:10:2: error: expected unqualified-id before ‘return’
10 | return 0;
| ^~~~~~
duckhunt12.cpp:11:1: error: expected declaration before ‘}’ token
11 | }
| ^