Problem | typoswap |
---|---|
User | Nayaa2403 |
Submission Time | 2025-06-16 14:32:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typoswap.cpp:1:1: error: ‘string’ does not name a type
1 | string A, B;
| ^~~~~~
typoswap.cpp:2:1: error: ‘cin’ does not name a type
2 | cin >> A >> B;
| ^~~
typoswap.cpp:3:1: error: ‘cout’ does not name a type
3 | cout << B << A;
| ^~~~