Problem | conlang |
---|---|
User | chiefoggy |
Submission Time | 2024-01-06 19:40:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
conlang.cpp: In function ‘int main()’:
conlang.cpp:15:375: error: lvalue required as left operand of assignment
15 | if (word[j] = "b" or word[j] = "c" or word[j] = "d" or word[j] = "f" or word[j] = "g" or word[j] = "h" or word[j] = "j" or word[j] = "k" or word[j] = "l" or word[j] = "m" or word[j] = "n" or word[j] = "p" or word[j] = "q" or word[j] = "r" or word[j] = "s" or word[j] = "t" or word[j] = "v" or word[j] = "w" or word[j] = "x" or word[j] = "y" or word[j] = "z"){
| ^~~
conlang.cpp:20:36: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]