Problem | ntuc |
---|---|
User | Z2077 |
Submission Time | 2025-06-19 11:02:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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: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