Loading

摘要: A - Christmas Present 题目大意 给定两个正整数 \(B,G\)(\(1\le B,G\le 1000\) 且 \(B\ne G\)),判断哪个更大。 分析 模拟即可。 代码 #include <cstdio> using namespace std; int main() { 阅读全文
posted @ 2023-12-24 12:05 GoodCoder666 阅读(17) 评论(0) 推荐(0)