Problem | conlang |
---|---|
User | Duk168 |
Submission Time | 2024-02-06 23:48:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
conlang.cpp: In function ‘int32_t main()’:
conlang.cpp:23:89: error: expected ‘)’ before ‘{’ token
23 | if((isConsonant(a[i][j] && S[j] == 'c') || (!isConsonant(a[i][j]) && (S[j]) == 'v')){
| ~ ^
| )
conlang.cpp:29:4: error: expected primary-expression before ‘}’ token
29 | }
| ^