| Problem | lunchbox |
|---|---|
| User | NotTYR |
| Submission Time | 2023-02-08 21:44:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:26: error: expected ‘)’ before ‘;’ token
14 | sort(array,sizeof(array);
| ~ ^
| )
lunchbox.cpp:16:8: error: ‘m’ was not declared in this scope
16 | while(m>=c){
| ^