Problem ny_unwind
User sporknives
Submission Time 2024-12-19 18:03:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_unwind.cpp: In function ‘int main()’:
ny_unwind.cpp:5:27: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘long long int’)
5 | int x,y;cin>>x>>y;cout>>x+y;
| ~~~~^~~~~
| | |
| | long long int
| std::ostream {aka std::basic_ostream<char>}
ny_unwind.cpp:5:27: note: candidate: ‘operator>>(int, long long int)’ <built-in>
5 | int x,y;cin>>x>>y;cout>>x+y;
| ~~~~^~~~~
ny_unwind.cpp:5:27: note: no known conversion for argument 1 from ‘std::ostream’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
from ny_unwind.cpp:1:
/usr/include/c++/9/cstddef:140:5: note: candidate: ‘template