| Problem | fatty |
|---|---|
| User | Yuhmama |
| Submission Time | 2026-06-24 10:35:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fatty.cpp: In function ‘int main()’:
fatty.cpp:16:14: error: conflicting declaration ‘std::vector<long long int> X’
16 | vector<int> X;
| ^
fatty.cpp:6:9: note: previous declaration as ‘long long int X’
6 | int N, X;
| ^
fatty.cpp:17:19: error: no match for ‘operator*’ (operand types are ‘std::vector<long long int>’ and ‘std::vector<long long int>’)
17 | for (int i=0; i<C*T; i++){
| ~^~
| | |
| | vector<[...]>
| vector<[...]>
In file included from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from fatty.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>&)