Problem conlang
User Elwinthenerd
Submission Time 2024-12-21 10:33:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conlang.cpp:2:7: error: expected nested-name-specifier before ‘namepsace’
2 | using namepsace std;
| ^~~~~~~~~
conlang.cpp:3:12: error: ‘Z’ was not declared in this scope
3 | bool vowel(Z) {
| ^
conlang.cpp: In function ‘int main()’:
conlang.cpp:12:2: error: ‘string’ was not declared in this scope
12 | string S;
| ^~~~~~
conlang.cpp:12: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 conlang.cpp:1:
/usr/include/c++/9/bits/stringfwd.h:79:33: note: ‘std::string’
79 | typedef basic_strin