Problem | conlang |
---|---|
User | Duk168 |
Submission Time | 2024-02-06 23:50:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
conlang.cpp: In function ‘int32_t main()’:
conlang.cpp:24:49: error: expected ‘)’ before ‘{’ token
24 | (!isConsonant(a[i][j]) && (S[j]) == 'V')){
| ^
| )
conlang.cpp:23:7: note: to match this ‘(’
23 | if((isConsonant(a[i][j] && S[j] == 'C') ||
| ^
conlang.cpp:30:4: error: expected primary-expression before ‘}’ token
30 | }
| ^