Problem typoswap
User ye
Submission Time 2025-06-16 14:32:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:6:23: error: expected ‘;’ before ‘}’ token
6 | cout << b << " " << a
| ^
| ;
7 | }
| ~