Problem | 3nplus1 |
---|---|
User | JulTheD |
Submission Time | 2025-02-04 23:04:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:12:19: error: no match for ‘operator=’ (operand types are ‘std::basic_ostream<char>’ and ‘int’)
12 | cout << n = n / 2;
| ^
In file included from /usr/include/c++/9/iostream:39,
from 3nplus1.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 ‘int’ to ‘std::basic_ostream<char>&&’
408 | operator=(basic_ostream&& __rhs)
| ~~~~~~~~~~~~~~~~^~~~~
3nplus1.cpp:15:23: error: no match for ‘operator=’ (operand types are ‘std::basic_ostream<char>’ and ‘int’