0
12 Antworten
+ 1
Then explain this:
https://code.sololearn.com/c3CN8QBQ855G/?ref=app
0
Because you want to output @ if j is greater or equal to a, which is [1-6], but j is 0
0
But I cancelled 1 it is still not working
0
Try using for j <= a
0
There is a error in expression <=
0
<=
0
Still error
0
Should I use array for storing diff values
0
Dude, its j <= a
Not =<
=< is wrong
0
Or large size
0
Yes I did it is showing error
0
Now it is working when I add double int at a