摘要: A.Electric Bill 题意:简单计算题,超过1000部分额外算 1 #include<stdio.h> 2 int main(){ 3 int money1,money2; 4 long long int sum=0,n,num; 5 scanf("%d %d",&money1,&mone 阅读全文
posted @ 2020-04-09 15:41 bonel 阅读(146) 评论(0) 推荐(0)
摘要: A.CodeForces-124A (简单数学题) #include<cstdio> #include<algorithm> #include<iostream> #include<cmath> using namespace std; int main(){ int a,b,n; scanf("% 阅读全文
posted @ 2020-04-09 15:14 bonel 阅读(176) 评论(0) 推荐(0)