Problem veryeasyproblem
User popperoni
Submission Time 2023-12-01 17:20:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:6:6: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘std::ostream’ {aka ‘std::basic_ostream<char>’})
6 | cin >> cout;
| ~~~ ^~ ~~~~
| | |
| | std::ostream {aka std::basic_ostream<char>}
| std::istream {aka std::basic_istream<char>}
veryeasyproblem.cpp:6:6: note: candidate: ‘operator>>(int, int)’ <built-in>
6 | cin >> cout;
| ~~~~^~~~~~~
veryeasyproblem.cpp:6:6: note: no known conversion for argument 2 from ‘std::ostream’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/c++/9/iostream:40,
from veryeasyproblem.cpp:1:
/usr/include/c++/9/istream:120:7: note: candidate: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::