Problem | snowball |
---|---|
User | dieunq1309 |
Submission Time | 2023-05-19 15:28:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int main()’:
snowball.cpp:27:35: error: expected ‘;’ before ‘arr’
27 | reverse(arr.rbegin(), arr.rend())
| ^
| ;
28 | arr[0] += D;
| ~~~