Problem | scicom |
---|---|
User | 1SillyDE0lPhiN |
Submission Time | 2025-06-20 13:17:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:14:41: error: expected ‘;’ before ‘{’ token
14 | else if(name!="Pan"||medal!="Silver"{
| ^
| ;
scicom.cpp:17:5: error: expected primary-expression before ‘return’
17 | return 0;
| ^~~~~~
scicom.cpp:16:6: error: expected ‘)’ before ‘return’
16 | }
| ^
| )
17 | return 0;
| ~~~~~~
scicom.cpp:14:12: note: to match this ‘(’
14 | else if(name!="Pan"||medal!="Silver"{
| ^