Problem | scicom |
---|---|
User | Alden |
Submission Time | 2025-06-20 13:56:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp:8:17: error: stray ‘\’ in program
8 | cout<<name<< " "\n
| ^
scicom.cpp: In function ‘int main()’:
scicom.cpp:8:17: error: expected ‘;’ before ‘n’
8 | cout<<name<< " "\n
| ^~
| ;