| Problem | typoswap |
|---|---|
| User | Verwene |
| Submission Time | 2026-03-07 10:08:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typoswap.cpp:1:7: error: expected nested-name-specifier before ‘name’
1 | using name space std;
| ^~~~
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:3:2: error: ‘string’ was not declared in this scope
3 | string A,B
| ^~~~~~