Problem | descsort |
---|---|
User | ShaquilleOatmeal34 |
Submission Time | 2025-03-10 16:55:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp:4:8: error: ‘cin’ does not name a type; did you mean ‘sin’?
4 | int n; cin >> n;
| ^~~
| sin
descsort.cpp:5:28: error: array bound is not an integer constant before ‘]’ token
5 | int cppisbetterthanpython[n]
| ^
descsort.cpp:7:1: error: expected initializer before ‘signed’
7 | signed main() {
| ^~~~~~