Problem special
User Sans12345
Submission Time 2023-01-10 23:45:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

special.cpp: In function ‘int main()’:
special.cpp:16:31: error: ‘class std::set<int>’ has no member named ‘rbeg’; did you mean ‘rbegin’?
16 | int val = *pos[arr[i]%10].rbeg;in()
| ^~~~
| rbegin
special.cpp:16:36: error: ‘in’ was not declared in this scope; did you mean ‘i’?
16 | int val = *pos[arr[i]%10].rbeg;in()
| ^~
| i