Problem jewels
User nycoder
Submission Time 2024-11-11 15:54:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jewels.cpp: In function ‘int main()’:
jewels.cpp:16:2: error: expected ‘}’ before ‘else’
16 | else if (a == k){
| ^~~~
jewels.cpp:14:20: note: to match this ‘{’
14 | else if (a == k-1){
| ^