Problem | ippt |
---|---|
User | Haocheng |
Submission Time | 2024-11-07 15:19:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int32_t main()’:
ippt.cpp:8:12: error: expected identifier before ‘(’ token
8 | if(x>=0)&&(y>=0)&&(z>=0){
| ^
ippt.cpp:10:19: error: expected ‘,’ or ‘;’ before ‘}’ token
10 | } else { int a=0};
| ^
ippt.cpp:11:5: error: ‘a’ was not declared in this scope
11 | if(a <=60 && a=0){
| ^
ippt.cpp:17:22: error: expected ‘;’ before ‘}’ token
17 | } else{ cout<<"GOLD"}:
| ^
| ;
ippt.cpp:17:23: error: expected primary-expression before ‘:’ token
17 | } else{ cout<<"GOLD"}:
| ^