Problem typoswap
User lynovyl
Submission Time 2024-06-21 15:27:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:7:15: error: expected ‘;’ before ‘}’ token
7 | cout << B << A
| ^
| ;
8 | }
| ~