Problem ippt
User asbx
Submission Time 2023-12-02 13:05:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:14:19: error: ‘P’ was not declared in this scope
14 | else if(a+b+c<=74)P
| ^
ippt.cpp: At global scope:
ippt.cpp:17:1: error: expected unqualified-id before ‘else’
17 | else if(a+b+c<=84){
| ^~~~
ippt.cpp:20:1: error: expected unqualified-id before ‘else’
20 | else cout<<"GOLD";
| ^~~~
ippt.cpp:21:1: error: expected declaration before ‘}’ token
21 | }
| ^