摘要: 传送门 视频题解 A. Matrix Game 简单博弈(贪心?)。 Code /* * Author: heyuhhh * Created Time: 2020/6/7 22:39:24 */ #include <iostream> #include <algorithm> #include <c 阅读全文
posted @ 2020-06-08 10:49 heyuhhh 阅读(479) 评论(0) 推荐(1) 编辑