| Problem | gift |
|---|---|
| User | votesac |
| Submission Time | 2024-01-29 21:06:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int main()’:
gift.cpp:12:18: error: expected primary-expression before ‘]’ token
12 | sort(arr[],arr[]+i);
| ^
gift.cpp:12:24: error: expected primary-expression before ‘]’ token
12 | sort(arr[],arr[]+i);
| ^
gift.cpp:14:24: error: ‘i’ was not declared in this scope
14 | for(int x = 0;x <= i;x++){
| ^