摘要: A. Morning Sandwich 题意:有面包片和火腿和芝士 问最多能组成几层三明治 题解:直接输出单考虑面包片和单考虑火腿和芝士的数量 取min #include<bits/stdc++.h> #define close std::ios::sync_with_stdio(false),ci 阅读全文
posted @ 2023-07-28 01:01 xishuiw 阅读(78) 评论(0) 推荐(0)