摘要: 题目链接: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 阅读(210) 评论(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 阅读(199) 评论(0) 推荐(0)