| Problem | makingparallelograms |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-11-14 14:13:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
makingparallelograms.cpp: In function ‘int main()’:
makingparallelograms.cpp:20:11: error: invalid use of member function ‘std::multiset<_Key, _Compare, _Alloc>::size_type std::multiset<_Key, _Compare, _Alloc>::size() const [with _Key = int; _Compare = std::less<int>; _Alloc = std::allocator<int>; std::multiset<_Key, _Compare, _Alloc>::size_type = long unsigned int]’ (did you forget the ‘()’ ?)
20 | while (l.size > 0)
| ~~^~~~
| ()
makingparallelograms.cpp:32:63: error: unable to find numeric literal operator ‘operator""f’
32 | cout << static_cast<int>(floor(static_cast<float>(parallels)/2f));
| ^~