Problem | arrayfind |
---|---|
User | polyda |
Submission Time | 2024-05-22 09:38:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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: " << x << ", Greater: " << n-x-m[t] << endl;
| ~~~~