Problem stringsofimpurity
User Henries
Submission Time 2024-10-30 12:16:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stringsofimpurity.cpp: In function ‘long long int bsearch(char, std::vector<std::pair<char, long long int> >)’:
stringsofimpurity.cpp:14:16: error: expected ‘;’ before ‘}’ token
14 | ub = mid - 1
| ^
| ;
15 | }
| ~