Problem | reverse |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-18 12:50:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reverse.cpp: In function ‘int main()’:
reverse.cpp:12:11: error: ‘i’ was not declared in this scope
12 | sort(A,A+i,greater<int>());
| ^
reverse.cpp:15:14: error: expected ‘}’ at end of input
15 | cin >> A[i];
| ^
reverse.cpp:14:30: note: to match this ‘{’
14 | for (int i = 0; i < N; i++) {
| ^
reverse.cpp:15:14: error: expected ‘}’ at end of input
15 | cin >> A[i];
| ^
reverse.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^