| Problem | descsort |
|---|---|
| User | Fjerds |
| Submission Time | 2026-04-15 15:06:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:9:28: error: expected ‘;’ before ‘)’ token
9 | for (int i = 0; i < n, i++) {
| ^
| ;
descsort.cpp:17:26: error: invalid use of member function ‘std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = int; _Alloc = std::allocator<int>; std::vector<_Tp, _Alloc>::size_type = long unsigned int]’ (did you forget the ‘()’ ?)
17 | for (int i = 0; i < arr.size; i++) {
| ~~~~^~~~
| ()