Problem pascal
User fastantic
Submission Time 2023-07-16 18:20:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pascal.cpp: In function ‘void solve()’:
pascal.cpp:182:14: error: no match for ‘operator>’ (operand types are ‘std::basic_istream<char>::__istream_type’ {aka ‘std::basic_istream<char>’} and ‘ll’ {aka ‘long long int’})
182 | cin >> r > c;
| ~~~~~~~~ ^ ~
| | |
| | ll {aka long long int}
| std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}
pascal.cpp:182:14: note: candidate: ‘operator>(int, ll {aka long long int})’ <built-in>
182 | cin >> r > c;
| ~~~~~~~~~^~~
pascal.cpp:182:14: 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 pascal.cpp:76:
/usr/include/c++/9/bits/regex.h:1081:5: note: candidate: ‘template<class _BiIter>