Problem | dyingpolynomial |
---|---|
User | mentcletan |
Submission Time | 2024-06-19 10:27:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:22:17: error: no match for ‘operator<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘ll’ {aka ‘long int’})
22 | cout<x;
| ~~~~^~
| | |
| | ll {aka long int}
| std::ostream {aka std::basic_ostream<char>}
dyingpolynomial.cpp:22:17: note: candidate: ‘operator<(int, ll {aka long int})’ <built-in>
22 | cout<x;
| ~~~~^~
dyingpolynomial.cpp:22:17: note: no known conversion for argument 1 from ‘std::ostream’ {aka ‘std::basic_ostream<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 dyingpolynomial.cpp:1:
/usr/include/c++/9/bits/regex.h:1048:5: note: candidate: ‘template<class _BiIte