Problem foodchain
User Reality1001
Submission Time 2024-01-31 12:34:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp:8:16: error: stray ‘\342’ in program
8 | cout << x=x%10⁹+9;
| ^
foodchain.cpp:8:17: error: stray ‘\201’ in program
8 | cout << x=x%10⁹+9;
| ^
foodchain.cpp:8:18: error: stray ‘\271’ in program
8 | cout << x=x%10⁹+9;
| ^
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:20: error: no match for ‘operator=’ (operand types are ‘std::basic_ostream<char>::__ostream_type’ {aka ‘std::basic_ostream<char>’} and ‘long long int’)
8 | cout << x=x%10⁹+9;
| ^
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<c