摘要: 1065A - Vasya and Chocolate 贪心比较按照哪种买法最优然后全部按照最优买法买即可(有剩余就单独买) solved #include <stdio.h> #include <iostream> #include <cstring> #include <algorithm> # 阅读全文
posted @ 2020-11-08 01:08 violet72 阅读(33) 评论(0) 推荐(0) 编辑