Problem typoswap
User Shauryaw
Submission Time 2025-06-16 14:36:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp:6:18: error: missing terminating ' character
6 | cin >> a >> b'
| ^
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:6:18: error: expected ‘;’ before ‘cout’
6 | cin >> a >> b'
| ^
| ;
7 | cout << b << "" << a ;
| ~~~~