Problem | flip |
---|---|
User | Cadenloi |
Submission Time | 2023-12-02 15:45:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flip.cpp: In function ‘int32_t main()’:
flip.cpp:7:29: error: no match for ‘operator>’ (operand types are ‘std::basic_istream<char>::__istream_type’ {aka ‘std::basic_istream<char>’} and ‘long long int’)
7 | int n, m, l; cin >> n >> m > l;
| ~~~~~~~~~~~~~ ^ ~
| | |
| | long long int
| std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}
flip.cpp:7:29: note: candidate: ‘operator>(int, long long int)’ <built-in>
7 | int n, m, l; cin >> n >> m > l;
| ~~~~~~~~~~~~~~^~~
flip.cpp:7:29: 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/