摘要:
题目来自2018广西省赛 A题:Welcome to Collegiate Programming Contest 1 #include <iostream> 2 3 using namespace std; 4 5 int main() 6 { 7 int n; 8 int t; 9 cin>>t 阅读全文
posted @ 2018-08-31 18:39
Scott_Wong
阅读(189)
评论(0)
推荐(0)
摘要:
题目来自NCPC2017 B题:Best Relay Team 直接按照题意做 1 #include <bits/stdc++.h> 2 3 using namespace std; 4 5 struct node 6 { 7 string name; 8 double n1; 9 double n 阅读全文
posted @ 2018-08-31 10:16
Scott_Wong
阅读(242)
评论(0)
推荐(0)

浙公网安备 33010602011771号