| Problem | jewels |
|---|---|
| User | PrunJuice |
| Submission Time | 2025-06-02 01:50:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jewels.cpp: In function ‘int main()’:
jewels.cpp:41:3: error: expected ‘}’ before ‘else’
41 | else {
| ^~~~
jewels.cpp:15:29: note: to match this ‘{’
15 | if (n <= 3000 && m <= 3000){
| ^