| Problem | typoswap |
|---|---|
| User | TUFFTUFF12345HJ |
| Submission Time | 2026-03-07 10:05:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:6:11: error: expected ‘;’ before ‘cout’
6 | swap(a,b)
| ^
| ;
7 | cout<<a<<" "<<b;
| ~~~~