| Problem | typoswap |
|---|---|
| User | superG |
| Submission Time | 2025-02-16 18:23:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:6:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
6 | str x, y;
| ^~~
| std
typoswap.cpp:8:9: error: ‘x’ was not declared in this scope
8 | cin >> x, y;
| ^
typoswap.cpp:8:12: error: ‘y’ was not declared in this scope
8 | cin >> x, y;
| ^