摘要: 1 #include 2 #include 3 using namespace std; 4 5 void print(vector V) //输出函数 6 { 7 for (int i = 0;i V; 17 18 V.push_back(0.1); ... 阅读全文
posted @ 2018-03-08 16:19 Dicer 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://vjudge.net/problem/Aizu-ALDS1_3_B 阅读全文
posted @ 2018-03-08 16:08 Dicer 阅读(173) 评论(0) 推荐(0) 编辑