Problem | foodchain |
---|---|
User | Reality1001 |
Submission Time | 2024-01-31 12:33:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:14: error: no match for ‘operator=’ (operand types are ‘std::basic_ostream<char>’ and ‘long long int’)
8 | cout << x=x%M;
| ^
In file included from /usr/include/c++/9/iostream:39,
from foodchain.cpp:1:
/usr/include/c++/9/ostream:408:7: note: candidate: ‘std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator=(std::basic_ostream<_CharT, _Traits>&&) [with _CharT = char; _Traits = std::char_traits<char>]’
408 | operator=(basic_ostream&& __rhs)
| ^~~~~~~~
/usr/include/c++/9/ostream:408:33: note: no known conversion for argument 1 from ‘long long int’ to ‘std::basic_ostream<char>&&’
408 | operator=(basic_ostream&& __rhs)
| ~~~~~~~~~~~~~~~~^~~~~