| Problem | conlang |
|---|---|
| User | boomphcoding |
| Submission Time | 2026-02-02 21:20:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
conlang.cpp: In function ‘int main()’:
conlang.cpp:15:32: error: request for member ‘find’ in ‘"bcdfghjklmnpqrstvwxz"’, which is of non-class type ‘const char [21]’
15 | if("bcdfghjklmnpqrstvwxz".find(s[i])!=string::npos){
| ^~~~
conlang.cpp:21:18: error: request for member ‘find’ in ‘"aeiouy"’, which is of non-class type ‘const char [7]’
21 | if("aeiouy".find(s[i])!=string::npos) valid = true;
| ^~~~