Although I get AC, I am still confused. For first input: -1.2 1.2 0.1 -2 1 0.05 So in the graph, I is { -1.2, -1.1, -1.0, ..., 1.1, 1.2 } 25 rows R is { -2, -1.95, -1.9, ..., 0.9, 0.95, 1.00} 61 columns But the sample output has 25 rows and 60 columns only. I try to submit a program that will genera...