Problem | lunchbox |
---|---|
User | akyy1713 |
Submission Time | 2025-06-19 15:16:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:17:9: error: expected constructor, destructor, or type conversion before ‘(’ token
17 | sort(arr.begin(), arr.end());
| ^
lunchbox.cpp:19:5: error: expected unqualified-id before ‘for’
19 | for (long long i = 0; i<m; i++){
| ^~~
lunchbox.cpp:19:27: error: ‘i’ does not name a type
19 | for (long long i = 0; i<m; i++){
| ^
lunchbox.cpp:19:32: error: ‘i’ does not name a type
19 | for (long long i = 0; i<m; i++){
| ^
lunchbox.cpp:25:9: error: ‘cout’ does not name a type
25 | cout << schools;
| ^~~~