Problem binarysearch
User PerihelionfromAphelion
Submission Time 2026-07-29 18:26:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:23:7: error: ‘class std::vector<int>’ has no member named ‘push’
23 | ans.push(low);
| ^~~~