Problem | foodchain |
---|---|
User | Uoelpc |
Submission Time | 2023-11-15 22:43:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:7:32: error: no match for ‘operator^’ (operand types are ‘std::basic_ostream<char>::__ostream_type’ {aka ‘std::basic_ostream<char>’} and ‘int’)
7 | cout << A * B * C * D * E % 10 ^ 9 + 9;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~
| | |
| | int
| std::basic_ostream<char>::__ostream_type {aka std::basic_ostream<char>}
foodchain.cpp:7:32: note: candidate: ‘operator^(int, int)’ <built-in>
7 | cout << A * B * C * D * E % 10 ^ 9 + 9;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
foodchain.cpp:7:32: note: no known conversion for argument 1 from ‘std::basic_ostream<char>::__ostream_type’ {aka ‘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: