| Problem | bingeeating |
|---|---|
| User | justin271828 |
| Submission Time | 2024-12-18 11:07:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bingeeating.cpp: In function ‘int main()’:
bingeeating.cpp:12:11: error: expected initializer before ‘==’ token
12 | l2 mini == 1234567890;
| ^~
bingeeating.cpp:13:20: error: ‘mini’ was not declared in this scope
13 | for (int i: arr) mini = min(mini, i);
| ^~~~
bingeeating.cpp:14:11: error: ‘mini’ was not declared in this scope
14 | cout << mini*k;
| ^~~~