2014年1月21日

uva Maths - Number Theory

摘要: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=100这是将要做的题目的网址,上一章还有几题没做出来,先不管了,开始新的一章,数论,希望能一切顺利 阅读全文

posted @ 2014-01-21 16:57 云在心 阅读(90) 评论(0) 推荐(0)

uva 10014 - Simple calculations

摘要: 尼玛,这题太搞了,已经推出公式了,还是不对,看了网上正确的代码也没发现自己错的地方,尼玛这是网上的 1 #include 2 #include 3 void main() 4 {double c[3001],s[3001],x,y; 5 int n,i,t; 6 scanf("%d",&t); 7 while (t--) 8 { 9 scanf("%d",&n);10 scanf("%lf%lf",&x,&y);11 for (i=1;i 2 #include 3 using namespace std 阅读全文

posted @ 2014-01-21 16:45 云在心 阅读(156) 评论(0) 推荐(0)

导航