http://acm.hdu.edu.cn/showproblem.php?pid=1049
1 #include2 using namespace std; 3 int main() 4 { 5 int n,u,d,s,t; 6 while (cin >> n >> u >> d) 7 { 8 if (n==0) 9 return 0;10 else11 {12 s=0;13 t=0;14 while (s+u
本文共 381 字,大约阅读时间需要 1 分钟。
http://acm.hdu.edu.cn/showproblem.php?pid=1049
1 #include2 using namespace std; 3 int main() 4 { 5 int n,u,d,s,t; 6 while (cin >> n >> u >> d) 7 { 8 if (n==0) 9 return 0;10 else11 {12 s=0;13 t=0;14 while (s+u
转载于:https://www.cnblogs.com/heyonggang/archive/2012/12/11/2813189.html