2019年8月15日

PAT 2011 秋

摘要: A : World Cup Betting 1 #include <cstdio> 2 #include <iostream> 3 #include <algorithm> 4 5 using namespace std; 6 7 int main() 8 { 9 double sum = 0.65 阅读全文

posted @ 2019-08-15 16:26 ChangeUp 阅读(155) 评论(0) 推荐(0)

导航