Problem | sort |
---|---|
User | Qxhb3 |
Submission Time | 2023-06-10 19:55:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:8:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
8 | str A[N];
| ^~~
| std
sort.cpp:11:10: error: ‘A’ was not declared in this scope
11 | cin >> A[i];
| ^
sort.cpp:13:7: error: ‘A’ was not declared in this scope
13 | sort(A, A+N);
| ^