Problem ippt
User G
Submission Time 2025-02-20 14:25:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp:20:9: error: missing terminating " character
20 | cout<<"GOLD;
| ^~~~~~
ippt.cpp: In function ‘int main()’:
ippt.cpp:21:3: error: expected primary-expression before ‘return’
21 | return 0;
| ^~~~~~
ippt.cpp:22:2: error: expected ‘}’ at end of input
22 | }
| ^
ippt.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^