Problem arrayfind
User Halud
Submission Time 2025-01-21 23:29:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:43:71: error: expected ‘}’ at end of input
43 | cout << "Smaller: " << lo - count << ", Greater: " << L - lo << endl;
| ^
arrayfind.cpp:18:29: note: to match this ‘{’
18 | for(int i = 0; i < Q; i++){
| ^
arrayfind.cpp:43:71: error: expected ‘}’ at end of input
43 | cout << "Smaller: " << lo - count << ", Greater: " << L - lo << endl;
| ^
arrayfind.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^