Problem | typoswap |
---|---|
User | Codecrusher1234 |
Submission Time | 2025-06-16 14:35:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:6:15: error: found ‘:’ in nested-name-specifier, expected ‘::’
6 | cin >> a >> b:
| ^
| ::
typoswap.cpp:6:14: error: ‘b’ is not a class, namespace, or enumeration
6 | cin >> a >> b:
| ^
typoswap.cpp:8:13: error: ‘c’ was not declared in this scope
8 | cout << c;
| ^