Problem typoswap
User jambusk
Submission Time 2025-06-16 14:33:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:8:11: error: expected ‘;’ before ‘cout’
8 | cout << b
| ^
| ;
9 | cout << a
| ~~~~