Problem ljubomora
User huangchengcheng
Submission Time 2026-07-17 14:20:55
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 ‘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;
| ~~~~~~~^~~~~~~~~~
| | |
| | ll {aka long long int}
| std::vector<long long int>
ljubomora.cpp:29:48: error: ‘LL’ was not declared in this scope