Problem | laptop |
---|---|
User | completingadirectproportionpromleninfrance |
Submission Time | 2024-06-21 14:36:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:4:5: error: ‘ll’ was not declared in this scope
4 | ll n, m;
| ^~
laptop.cpp:5:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | cin >> n >> m;
| ^
| yn
laptop.cpp:5:17: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
5 | cin >> n >> m;
| ^
| tm
laptop.cpp:6:33: error: template argument 2 is invalid
6 | priority_queue<ll, vector<ll>, greater<ll>> laptops[2];
| ^
laptop.cpp:6:46: error: template argument 2 is invalid
6 | priority_queue<ll, vector<ll>, greater<ll>> laptops[2];
| ^~
laptop.cpp:6:46: error: template argument 3 is invalid
laptop.cpp:7:12: error: expected ‘;’ before