| Problem | binarysearch |
|---|---|
| User | altaf |
| Submission Time | 2026-03-13 21:08:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarysearch.cpp:4:15: error: ‘ll’ was not declared in this scope
4 | bool sort_asc(ll a, ll b) {
| ^~
binarysearch.cpp:4:21: error: ‘ll’ was not declared in this scope
4 | bool sort_asc(ll a, ll b) {
| ^~
binarysearch.cpp:4:25: error: expression list treated as compound expression in initializer [-fpermissive]
4 | bool sort_asc(ll a, ll b) {
| ^
binarysearch.cpp: In function ‘int main()’:
binarysearch.cpp:9:2: error: ‘ll’ was not declared in this scope
9 | ll n, q;
| ^~
binarysearch.cpp:10:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | cin >> n >> q;
| ^
| yn
binarysearch.cpp:10:14: error: ‘q’ was not declared in this scope
10 | cin >> n >> q;
| ^
binarysearch.cpp:12:11: error: template argument 2 is invalid
12 | vector&