Problem ntuc
User Z2077
Submission Time 2025-06-19 11:02:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ntuc.cpp: In function ‘int main()’:
ntuc.cpp:18:10: error: ‘offers’ was not declared in this scope
18 | sort(offers.begin(), offers.end());
| ^~~~~~
ntuc.cpp:22:24: error: ‘stock’ was not declared in this scope
22 | int t = min(k, stock);
| ^~~~~
ntuc.cpp:23:9: error: ‘co’ was not declared in this scope; did you mean ‘cos’?
23 | co += t * pr;
| ^~
| cos
ntuc.cpp:28:13: error: ‘co’ was not declared in this scope; did you mean ‘cos’?
28 | cout << co << '\n';
| ^~
| cos