Problem | festival |
---|---|
User | gelastropod |
Submission Time | 2025-08-28 22:02:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
festival.cpp: In function ‘std::vector<int> max_coupons(int, std::vector<int>, std::vector<int>)’:
festival.cpp:74:39: error: could not convert ‘ans_’ from ‘vector<long long int>’ to ‘vector<int>’
74 | if (crnt > 1000000000000000) return ans_;
| ^~~~
| |
| vector<long long int>
festival.cpp:76:24: error: could not convert ‘ans_’ from ‘vector<long long int>’ to ‘vector<int>’
76 | if (crnt >= 0) return ans_;
| ^~~~
| |
| vector<long long int>