2012 金华现场赛 J题
摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=4451View Code 1 #include <stdio.h> 2 #include<string.h> 3 #include <stdlib.h> 4 int main() 5 { 6 int n,m,k,n1,m1,k1; 7 int in[1010]; 8 int to[1010]; 9 int c,i,num1,num2;10 char str1[20],str2[20];11 while(~scanf("%d%d%d",&n,&am 阅读全文
posted @ 2012-10-29 22:26 仁者无敌8勇者无惧 阅读(131) 评论(0) 推荐(0) 编辑