| Problem | round_up_division |
|---|---|
| User | elsatanyixin |
| Submission Time | 2026-03-07 10:09:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
round_up_division.cpp: In function ‘int main()’:
round_up_division.cpp:8:10: error: no match for ‘operator<’ (operand types are ‘std::basic_ostream<char>’ and ‘int’)
8 | cout <<n<+1<<d+1;
| ~~~~~~~~^~~~~~~~
| | |
| | int
| std::basic_ostream<char>
round_up_division.cpp:8:10: note: candidate: ‘operator<(int, int)’ <built-in>
8 | cout <<n<+1<<d+1;
| ~~~~~~~~^~~~~~~~
round_up_division.cpp:8:10: note: no known conversion for argument 1 from ‘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 round_up_division.cpp:1:
/usr/include/c++/9/bits/regex.h:1048:5: note: candidate: ‘template<class _BiIter> bool std::__cxx11::operator<(const std::__cxx11::sub_match<_BiIter>&, const std