Problem | lunchbox |
---|---|
User | AppleOnAstick |
Submission Time | 2023-11-15 13:45:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:9:15: error: missing template arguments before ‘[’ token
9 | cin >> array[i];
| ^
lunchbox.cpp:13:9: error: ‘a’ was not declared in this scope
13 | sort (a, a+m);
| ^