Problem ljubomora
User huangchengcheng
Submission Time 2026-07-17 14:19:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:27:35: error: no match for ‘operator/’ (operand types are ‘std::vector<long long int>’ and ‘int’)
27 | tempcheck+=colours/cur_uplim;
| ~~~~~~~^~~~~~~~~~
| | |
| | int
| std::vector<long long int>
ljubomora.cpp:29:35: error: no match for ‘operator/’ (operand types are ‘std::vector<long long int>’ and ‘int’)
29 | tempcheck+=colours/cur_uplim+1;
| ~~~~~~~^~~~~~~~~~
| | |
| | int
| std::vector<long long int>