Problem typoswap
User JJYZZ
Submission Time 2024-06-21 12:46:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:6:12: error: expected unqualified-id before ‘int’
6 | int a, int b;
| ^~~
typoswap.cpp:8:32: error: ‘b’ was not declared in this scope
8 | cout << " " << a << " " << b << endl;
| ^