| Problem | typoswap |
|---|---|
| User | Arielhst |
| Submission Time | 2026-03-07 10:13:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typoswap.cpp:1:4: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | str(input())
| ^
typoswap.cpp:3:1: error: ‘b’ does not name a type
3 | b=a;
| ^
typoswap.cpp:4:1: error: ‘a’ does not name a type
4 | a=c;
| ^
typoswap.cpp:5:6: error: expected constructor, destructor, or type conversion before ‘(’ token
5 | print(a)
| ^