Problem nihonese
User MegaG
Submission Time 2025-11-07 17:43:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nihonese.cpp: In function ‘bool is_it_a_constonant(char)’:
nihonese.cpp:15:49: error: unable to find character literal operator ‘operator""and’ with ‘char’ argument
15 | if(a != 'a' and a != 'e' and a != 'i' and a != 'o'and a != 'u'){
| ^~~~~~
nihonese.cpp:15:55: error: expected ‘)’ before ‘a’
15 | if(a != 'a' and a != 'e' and a != 'i' and a != 'o'and a != 'u'){
| ~ ^~
| )