| Problem | progressionspells |
|---|---|
| User | Dolphy |
| Submission Time | 2024-04-12 16:31:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
progressionspells.cpp: In function ‘int32_t main()’:
progressionspells.cpp:14:52: error: ‘m’ was not declared in this scope
14 | if (monsters[i]>sum) count+=((monsters[i]-sum-1)/m)+1;
| ^