摘要:
题目: https://www.luogu.com.cn/problem/P5703 分析:略 上代码: #include<bits/stdc++.h> using namespace std; int a,b; int main() { cin>>a>>b; cout<<a*b<<endl; re 阅读全文
posted @ 2020-01-20 15:50
ACtest
阅读(213)
评论(0)
推荐(0)
摘要:
题目: https://www.luogu.com.cn/problem/P5711?contestId=25166 主要分析:使用if条件语句。 以下是闰年的判断方法:https://zhidao.baidu.com/question/297846777.html 代码如下: #include < 阅读全文
posted @ 2020-01-20 15:48
ACtest
阅读(225)
评论(0)
推荐(0)
浙公网安备 33010602011771号