Problem | ssoca |
---|---|
User | JhoCyber |
Submission Time | 2025-02-26 08:00:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ssoca.cpp: In function ‘int32_t main()’:
ssoca.cpp:22:33: error: no match for ‘operator*’ (operand types are ‘long long int’ and ‘std::vector<long long int>’)
22 | int sum=( (m-q+1) / n ) * total_sum , extra=(m-q+1)%n;
| ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~
| | |
| | std::vector<long long int>
| long long int
In file included from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from ssoca.cpp:1:
/usr/include/c++/9/complex:391:5: note: candidate: ‘template<class _Tp> std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&)’
391 | operator*(const complex<_Tp>& __x, const complex<_Tp>& __y)
| ^~~~~~~~
/usr/include/c++/9/complex:391:5: note: template arg