| Problem | typoswap |
|---|---|
| User | Migogoh10 |
| Submission Time | 2026-02-20 16:37:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typoswap.cpp:7:7: error: stray ‘\’ in program
7 | cout \n;
| ^
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:7:6: error: expected ‘;’ before ‘n’
7 | cout \n;
| ^ ~
| ;