| Problem | binarysearch |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-29 18:21:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:23:7: error: ‘class std::vector<int>’ has no member named ‘push’
23 | ans.push(low);
| ^~~~