Problem veryeasyproblem
User seanLim
Submission Time 2024-01-08 17:25:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:9:6: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘std::ostream’ {aka ‘std::basic_ostream<char>’})
9 | cin >> cout;
| ~~~ ^~ ~~~~
| | |
| | std::ostream {aka std::basic_ostream<char>}
| std::istream {aka std::basic_istream<char>}
veryeasyproblem.cpp:9:6: note: candidate: ‘operator>>(int, int)’ <built-in>
9 | cin >> cout;
| ~~~~^~~~~~~
veryeasyproblem.cpp:9: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/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,