Problem | binarysearch |
---|---|
User | tanyikai |
Submission Time | 2025-06-20 12:03:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:36:22: error: expected ‘}’ at end of input
36 | cout<<l<<"\n";
| ^
binarysearch.cpp:23:25: note: to match this ‘{’
23 | for(int k=0;k<q;k++){
| ^
binarysearch.cpp:36:22: error: expected ‘}’ at end of input
36 | cout<<l<<"\n";
| ^
binarysearch.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^