http://acm.hdu.edu.cn/showproblem.php?pid=1313考查大整数与小整数相乘 1 #include 2 #include 3 #include 4 #include 5 #define N 70 6 using namespace std; 7 int main... Read More
posted @ 2015-03-16 21:03
西瓜不懂柠檬的酸
Views(159)
Comments(0)
Diggs(0)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1237 这是单纯的本题答案; #include<stdio.h> #define N 1100 int main() { int a,j,i; double Sum[N],sum; char c1,c2, Read More
posted @ 2015-03-16 20:01
西瓜不懂柠檬的酸
Views(196)
Comments(0)
Diggs(0)