Problem | typoswap |
---|---|
User | akyy1713 |
Submission Time | 2025-06-16 14:34:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typoswap.cpp:3:2: error: expected identifier before ‘int’
3 | int main() {
| ^~~
typoswap.cpp:2:16: error: expected ‘;’ before ‘int’
2 | using namespace
| ^
| ;
3 | int main() {
| ~~~
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:4:2: error: ‘string’ was not declared in this scope
4 | string programming competitive= "competitive programming";
| ^~~~~~
typoswap.cpp:4:2: note: suggested alternatives:
In file included from /usr/include/c++/9/iosfwd:39,
from /usr/include/c++/9/ios:38,
from /usr/include/c++/9/istream:38,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from typoswap.cpp:1:
/us