| Problem | conlang |
|---|---|
| User | meal |
| Submission Time | 2024-12-09 19:19:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
conlang.cpp: In function ‘int main()’:
conlang.cpp:14:16: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
14 | if (c[e] == "a" or c[e] == "e" or c[e] == "i" or c[e] == "o" or c[e] == "u" or c[e] == "y")
| ^~~
conlang.cpp:14:31: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
14 | if (c[e] == "a" or c[e] == "e" or c[e] == "i" or c[e] == "o" or c[e] == "u" or c[e] == "y")
| ^~~
conlang.cpp:14:46: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
14 | if (c[e] == "a" or c[e] == "e" or c[e] == "i" or c[e] == "o" or c[e] == "u" or c[e] == "y")
| ^~~
conlang.cpp:14:61: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
14 | if (c[e] == "a" or c[e] == "e" or c[e] == "i" or c[e] == "o" or c[e] == "u" or c[e] == "y")