Problem typoswap
User Ddoge107
Submission Time 2025-06-16 14:37:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:5:2: error: expected initializer before ‘cin’
5 | cin>>a>>b;
| ^~~
typoswap.cpp:6:8: error: ‘b’ was not declared in this scope
6 | cout<<b<<" "<<a;
| ^