Problem typoswap
User ethantanaki
Submission Time 2026-03-07 10:03:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:5:10: error: expected ‘;’ before ‘cout’
5 | cin >> a
| ^
| ;
6 | cout << " ";
| ~~~~