Problem | typoswap |
---|---|
User | Dzaki197 |
Submission Time | 2025-06-16 14:36:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:8:18: error: expected ‘;’ before ‘cout’
8 | cin >> a >> b
| ^
| ;
9 | cout << b << " " << a;
| ~~~~
typoswap.cpp:10:5: error: ‘reurn’ was not declared in this scope
10 | reurn 0;
| ^~~~~