| Problem | binarysearch |
|---|---|
| User | QRcoder |
| Submission Time | 2026-06-25 16:21:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:10:10: error: ‘a’ was not declared in this scope
10 | cin >> a[i];
| ^
binarysearch.cpp:13:7: error: ‘a’ was not declared in this scope
13 | sort(a.begin(), a.end());
| ^