随笔分类 -  TC

 
为什么总因为傻逼的错误葬送大好的局势
摘要:弱者到底为何战斗——构造一组数据,看我cha遍全场 阅读全文
posted @ 2014-01-07 02:01 LegendaryAC 阅读(152) 评论(0) 推荐(0)
topcoder WCNMLGB
摘要:点开题->断开连接->再也上不去->我玩NM 阅读全文
posted @ 2013-12-29 01:47 LegendaryAC 阅读(222) 评论(0) 推荐(0)
SRM 544 DIV 2 250
摘要:坑点:0特判View Code const double esp=1e-11;string ElectionFraudDiv2::IsFraudulent(vector <int> percentages) { vector <double> sb ; double sum=0; for (int i = 0 ; i < percentages.size() ; i++) { sum+=percentages[i]+0.0; sb.push_back(percentages[i]+0.0); } double sum1,sum2;... 阅读全文
posted @ 2012-05-29 23:56 LegendaryAC 阅读(184) 评论(0) 推荐(0)