Problem lunchbox
User ghx312
Submission Time 2026-02-12 15:45:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:2:12: error: ‘as’ was not declared in this scope; did you mean ‘abs’?
2 | #define ll as long long
| ^~
lunchbox.cpp:6:5: note: in expansion of macro ‘ll’
6 | ll N, m;
| ^~
lunchbox.cpp:7:12: error: ‘N’ was not declared in this scope
7 | cin >> N >> m;
| ^
lunchbox.cpp:7:17: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
7 | cin >> N >> m;
| ^
| tm
lunchbox.cpp:8:14: error: template argument 2 is invalid
8 | vector<ll> meals;
| ^
lunchbox.cpp:2:15: error: expected ‘;’ before ‘long’
2 | #define ll as long long
| ^~~~
lunchbox.cpp:9:10: note: in expansion of macro ‘ll’
9 | for (ll i = 0; i < m; i++){
| ^~
lunchbox.cpp:9:20: error: ‘i’