Problem sandd
User n1k1trh
Submission Time 2025-08-03 17:16:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp:4:9: error: ‘vector’ does not name a type
4 | typedef vector<long long> vv;
| ^~~~~~
sandd.cpp: In function ‘int getprice(int)’:
sandd.cpp:10:24: error: ‘mid’ was not declared in this scope
10 | int d = demand(mid); int s = supply(mid);
| ^~~