Problem fortunetelling
User mertbbm
Submission Time 2023-03-28 11:22:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fortunetelling.cpp: In function ‘int32_t main()’:
fortunetelling.cpp:136:29: error: ‘class std::vector<int>’ has no member named ‘begi’; did you mean ‘begin’?
136 | int index=lower_bound(uni.begi(),uni.end(),query[x].first)-uni.begin();
| ^~~~
| begin