Problem crypto
User ForsakenPBJ
Submission Time 2025-02-09 14:39:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

crypto.cpp: In function ‘int main()’:
crypto.cpp:20:22: error: ‘class std::vector<int>’ has no member named ‘find’
20 | int index = sorted.find(c) - sorted.begin();
| ^~~~