Problem ippt
User Daembt
Submission Time 2026-05-08 08:21:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:15:4: error: ‘elif’ was not declared in this scope
15 | } elif ( c <= 74) cout<<"PASS";
| ^~~~
ippt.cpp:17:2: error: ‘else’ without a previous ‘if’
17 | else cout<<"GOLD";
| ^~~~