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

Compile Error

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