Problem typoswap
User Bensamuel2008
Submission Time 2025-06-16 14:31:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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