Problem | typoswap |
---|---|
User | Ddoge107 |
Submission Time | 2025-06-16 14:36:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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
| ^