Problem | spellofweakness |
---|---|
User | Schzeey |
Submission Time | 2023-08-15 21:45:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
spellofweakness.cpp: In function ‘int main()’:
spellofweakness.cpp:28:30: error: expected ‘;’ before ‘cnt’
28 | d -= arr[i]/2
| ^
| ;
29 | cnt++;
| ~~~