Problem | potatosalad |
---|---|
User | wx |
Submission Time | 2023-02-08 09:43:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:8:15: error: expected ‘;’ before ‘for’
8 | cin >> N >> D
| ^
| ;
9 | for (int i=0, i<N, i++){
| ~~~
potatosalad.cpp:13:20: error: expected ‘)’ before ‘for’
13 | reverse(arr, arr+N
| ~ ^
| )
14 |
15 | for(int i=0, i<D, i++){
| ~~~