Problem | foodchain |
---|---|
User | RandomCtfNoob |
Submission Time | 2024-02-26 17:28:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:24: error: no match for ‘operator^’ (operand types are ‘std::basic_ostream<char>’ and ‘int’)
6 | cout << (A*B*C*D*E)%10^9+9;
| ~~~~~~~~~~~~~~~~~~~~~~^~~~
| | |
| | int
| std::basic_ostream<char>
foodchain.cpp:6:24: note: candidate: ‘operator^(int, int)’ <built-in>
6 | cout << (A*B*C*D*E)%10^9+9;
| ~~~~~~~~~~~~~~~~~~~~~~^~~~
foodchain.cpp:6:24: note: no known conversion for argument 1 from ‘std::basic_ostream<char>’ to ‘int’
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
from foodchain.cpp:1:
/usr/include/c++/9/cstddef:179:3: note: candidate: ‘constexpr std::byte std::operator^(std::byte, std::byte)’
179 | operator^(byte __l, byte __r) noexcept
| ^~~~~~~~
/usr/include/c++/9/cstddef:179:18: note: