摘要:
http://poj.org/problem?id=2586大意是一个公司在12个月中,或固定盈余s,或固定亏损d.但记不得哪些月盈余,哪些月亏损,只能记得连续5个月的代数和总是亏损( 2 #include 3 #include 4 int main() 5 { 6 int s,d; 7 ... 阅读全文
摘要:
http://poj.org/problem?id=2109题意:kn= p,已知n,p,求k。1=1 and an integer p>= 1 you have to write a program that determines the n th positive root of p. In t... 阅读全文