Problem | foodchain |
---|---|
User | Reality1001 |
Submission Time | 2024-01-31 12:36:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp:4:21: error: stray ‘\342’ in program
4 | long long int M = 10⁹ + 9;
| ^
foodchain.cpp:4:22: error: stray ‘\201’ in program
4 | long long int M = 10⁹ + 9;
| ^
foodchain.cpp:4:23: error: stray ‘\271’ in program
4 | long long int M = 10⁹ + 9;
| ^
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:14: 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%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_tra