摘要: 题目描述 https://www.luogu.com.cn/problem/P1422 代码: #include <cstdio> int main(){ int n; double p=0; scanf("%d",&n); if(0<n&&n<=150){ p=n*0.4463; } else i 阅读全文
posted @ 2020-01-10 17:53 狂奔的小学生 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 题目描述 https://www.luogu.com.cn/problem/P1001 代码: #include <cstdio> int main(){ long long a,b; scanf("%d %d",&a,&b); printf("%d",a+b); } 遇到问题: scanf 和 p 阅读全文
posted @ 2020-01-10 09:21 狂奔的小学生 阅读(238) 评论(0) 推荐(0) 编辑