2016年7月6日
摘要: #include<stdio.h> #include<string.h> int a[1000]={0}; char s1[1000]; int main() { int i,l,t,x=0; freopen("gjc.in","r",stdin); freopen("gjc.out","w",st 阅读全文
posted @ 2016-07-06 20:41 xuehua11 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 加法: #include<stdio.h>#include<string.h>int a[1000]={0},b[1000]={0};int main(){ char *s1; int l1=0,l2=0,l,i; freopen("hp+.in","r",stdin); freopen("hp+. 阅读全文
posted @ 2016-07-06 18:57 xuehua11 阅读(162) 评论(1) 推荐(0) 编辑