Problem | jewels |
---|---|
User | Shuhxin |
Submission Time | 2024-11-14 21:14:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
jewels.cpp: In function ‘int main()’:
jewels.cpp:24:9: error: ‘jewel’ was not declared in this scope
24 | if (jewel[j] == 0) {
| ^~~~~
jewels.cpp:31:9: error: ‘jewel’ was not declared in this scope
31 | if (jewel[j] == 0) {
| ^~~~~