Problem | scicom |
---|---|
User | Ivan16 |
Submission Time | 2025-06-20 12:54:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp:8:13: error: missing terminating ' character
8 | return 0'
| ^
scicom.cpp: In function ‘int main()’:
scicom.cpp:7:29: error: expected ‘;’ before ‘end1’
7 | cout << name << "Silver" end1;
| ^~~~~
| ;
scicom.cpp:8:13: error: expected ‘;’ before ‘}’ token
8 | return 0'
| ^
| ;
9 | }
| ~