摘要:
1 #include<stdio.h> 2 int sum[100005][15]={0},map[100005][15]={0};//map[t][x]记录在t秒时第x个位置有几个馅饼落下 3 int max(int a,int b,int c) 4 { 5 if(a<b) a=b; 6 if(a 阅读全文
posted @ 2017-03-16 18:34
NWU_ACM
阅读(138)
评论(0)
推荐(0)
浙公网安备 33010602011771号