摘要: 高精度加法:P1601 A+B Problem(高精) 1 #include<stdio.h> 2 #include<string.h> 3 int a[510], b[510], k; 4 int cmd() 5 { 6 if (a[0] == b[0])return 0; 7 else if ( 阅读全文
posted @ 2020-11-26 22:54 丶蛋花拉面 阅读(114) 评论(0) 推荐(0)