摘要: A. Yogurt Sale 题意:输入一份酸奶a元,两份b元,求买n份酸奶最少要多少钱。 #include<iostream> #include<string> #include<cstring> #include<algorithm> using namespace std; typedef l 阅读全文
posted @ 2024-04-09 19:35 Z3phyπ 阅读(77) 评论(0) 推荐(0) 编辑