Sequence IJ 4

Sequence of number
Output
OJ: URI
problem no: 1098


Make sure that when your value is:
I=0.0 J=1.0
I=0.0 J=2.0
I=0.0 J=3.0
I=1.0 J=2.0 (focus on this value)
I=1.0 J=3.0
I=1.0 J=4.0
I=2.0 J=3.0 (focus on this value)
I=2.0 J=4.0
I=2.0 J=5.0

Then you have to print
I=0 J=1
I=0 J=2
I=0 J=3
I=1 J=2
I=1 J=3
I=1 J=4
I=2 J=3
I=2 J=4
I=2 J=5

NB: The another output will remain unchanged, eg: 2.2 should be print as 2.2.


__MD. SAMIUL ISLAM

Comments

Post a Comment