Problem topsilver
User rjdaddy69
Submission Time 2026-06-26 13:46:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:6:5: error: ‘X’ was not declared in this scope
6 | X-1=Y;
| ^
topsilver.cpp:6:9: error: ‘Y’ was not declared in this scope
6 | X-1=Y;
| ^
topsilver.cpp:8:15: error: no match for ‘operator=’ (operand types are ‘std::basic_istream<char>::__istream_type’ {aka ‘std::basic_istream<char>’} and ‘int’)
8 | cin >> x = 185;
| ^~~
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,
from topsilver.cpp:1:
/usr/include/c++/9/istream:625:7: note: candidate: ‘std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator=(std::basic_istream<_CharT, _Traits>&&) [with _CharT = char; _Tra