Problem arrayfind
User polyda
Submission Time 2024-05-22 09:37:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:36:46: error: expected ‘;’ before ‘cout’
36 | x=distance(a.begin(), a.lower_bound(t))
| ^
| ;
37 | cout << "Smaller: " << << ", Greater: " << n-x-m[t] << endl;
| ~~~~