Problem exam
User justin271828
Submission Time 2023-05-29 17:27:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:12:12: error: no match for ‘operator<’ (operand types are ‘std::basic_istream<char>::__istream_type’ {aka ‘std::basic_istream<char>’} and ‘int’)
12 | cin >> b < 10;
| ~~~~~~~~ ^ ~~
| | |
| | int
| std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}
exam.cpp:12:12: note: candidate: ‘operator<(int, int)’ <built-in>
12 | cin >> b < 10;
| ~~~~~~~~~^~~~
exam.cpp:12:12: note: no known conversion for argument 1 from ‘std::basic_istream<char>::__istream_type’ {aka ‘std::basic_istream<char>’} to ‘int’
In file included from /usr/include/c++/9/regex:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:110,
from exam.cpp:1:
/usr/include/c++/9/bits/regex.h:1048:5: note: candidate: ‘template<class _BiIter> bool