摘要: http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=1266View Code 1 #include <stdio.h> 2 #include <string.h> 3 #include <math.h> 4 long long int a[21]; 5 long long int zhan[21]; 6 int main() 7 { 8 int i,j,n,t,x; 9 long long int s; 10 scanf("%d",& 阅读全文
posted @ 2013-03-17 11:28 yelan@yelan 阅读(347) 评论(0) 推荐(0) 编辑