Problem | justright |
---|---|
User | om2024 |
Submission Time | 2025-02-21 16:30:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
justright.cpp: In function ‘int main()’:
justright.cpp:48:42: error: invalid initialization of reference of type ‘const std::vector<int>&’ from expression of type ‘std::vector<long long int>’
48 | if (countSubarraysWithSumAtLeast(prefixSum, N, mid) >= K) {
| ^~~~~~~~~
justright.cpp:8:53: note: in passing argument 1 of ‘int countSubarraysWithSumAtLeast(const std::vector<int>&, int, long long int)’
8 | int countSubarraysWithSumAtLeast(const vector<int>& prefixSum, int N, long long target) {
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~