Problem | scalars |
---|---|
User | PriyankCoder |
Submission Time | 2025-06-21 19:50:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scalars.cpp: In function ‘int main()’:
scalars.cpp:19:17: error: expected ‘;’ before ‘sort’
19 | sort(v1, v1+n)
| ^
| ;
20 | sort(v2,v2+n, greater<int>());
| ~~~~