Problem typoswap
User mandy
Submission Time 2024-06-26 15:42:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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