摘要: 题目链接:http://lx.lanqiao.cn/problemset.page?code=BASIC BASIC-1 闰年判断 题解 模拟。 代码 #include <bits/stdc++.h> using namespace std; int main() { int y; cin >> y 阅读全文
posted @ 2020-09-11 23:26 Kanoon 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://lx.lanqiao.cn/problemset.page?code=BEGIN BEGIN-1 A+B问题 #include <bits/stdc++.h> using namespace std; int main() { int a, b; cin >> a >> b; 阅读全文
posted @ 2020-09-11 23:17 Kanoon 阅读(191) 评论(0) 推荐(0) 编辑