Problem | scicom |
---|---|
User | Alden |
Submission Time | 2025-06-20 12:44:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp:7:11: error: stray ‘\’ in program
7 | cout<<name\n<<medal;
| ^
scicom.cpp: In function ‘int main()’:
scicom.cpp:7:11: error: expected ‘;’ before ‘n’
7 | cout<<name\n<<medal;
| ^~
| ;