Problem ippt
User supercel980
Submission Time 2024-07-19 16:13:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp:19:11: error: missing terminating " character
19 | cout << "SILVER
| ^~~~~~~
ippt.cpp: In function ‘int main()’:
ippt.cpp:20:2: error: expected primary-expression before ‘else’
20 | else if (d > 84){
| ^~~~
ippt.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
ippt.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^