Problem typoswap
User Midnight
Submission Time 2026-06-30 20:01:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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