Problem ippt
User Haocheng
Submission Time 2024-11-07 15:20:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:14:5: error: ‘a’ was not declared in this scope
14 | if(a <=60 && a=0){
| ^
ippt.cpp:20:22: error: expected ‘;’ before ‘}’ token
20 | } else{ cout<<"GOLD"};
| ^
| ;