| Problem | ljubomora |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-07-17 14:20:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:27:35: error: no match for ‘operator/’ (operand types are ‘std::vector<long long int>’ and ‘ll’ {aka ‘long long int’})
27 | tempcheck+=colours/cur_uplim;
| ~~~~~~~^~~~~~~~~~
| | |
| | ll {aka long long int}
| std::vector<long long int>
ljubomora.cpp:29:35: error: no match for ‘operator/’ (operand types are ‘std::vector<long long int>’ and ‘ll’ {aka ‘long long int’})
29 | tempcheck+=colours/cur_uplim+1;
| ~~~~~~~^~~~~~~~~~
| | |
| | ll {aka long long int}
| std::vector<long long int>