Problem | fuel |
---|---|
User | IWKR |
Submission Time | 2023-01-16 14:01:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fuel.cpp: In function ‘int32_t main()’:
fuel.cpp:14:10: error: ‘arr’ was not declared in this scope
14 | cin >> arr[i];
| ^~~
fuel.cpp:16:9: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘long long int [(n + 1)]’
16 | sort(v.begin(), v.end());
| ^~~~~
fuel.cpp:16:20: error: request for member ‘end’ in ‘v’, which is of non-class type ‘long long int [(n + 1)]’
16 | sort(v.begin(), v.end());
| ^~~