HDU1035:Robot Motion (二)

2014-11-24 01:38:51 · 作者: · 浏览: 3
printf("%d step(s) before a loop of %d step(s)\n",step-loop,loop);
else
printf("%d step(s) to exit\n",step);
}

return 0;
}