Problem | addition |
---|---|
User | blank |
Submission Time | 2025-01-20 16:47:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:12: error: no match for ‘operator=’ (operand types are ‘std::basic_ostream<char>’ and ‘int’)
7 | cout << a=b;
| ^
In file included from /usr/include/c++/9/iostream:39,
from addition.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)
| ~~~~~~~~~~~~~~~~^~~~~