摘要:
§: #include<stdio.h> #include<string.h> int a[1000]={0}; char s1[1000]; int main() { int i,l,t,x=0; scanf("%d%s",&t,s1); l=strlen(s1); for(i=0;i<=l-1; 阅读全文
posted @ 2016-07-06 20:42
水晶閣
阅读(97)
评论(0)
推荐(0)
摘要:
#include<stdio.h> #include<string.h> int main() { char s1[1000]; int a[1000]={0},b[1000]={0},l1=0,l2=0,l=0,i; scanf("%s",s1); l1=strlen(s1); for(i=0;i 阅读全文
posted @ 2016-07-06 19:15
水晶閣
阅读(97)
评论(0)
推荐(0)
摘要:
减法: #include<stdio.h> #include<string.h> int main() { char s1[1000]; int a[1000]={0},b[1000]={0},c[1000]={0},l1=0,l2=0,l=0,i,x; scanf("%s",s1); l1=str 阅读全文
posted @ 2016-07-06 19:07
水晶閣
阅读(167)
评论(0)
推荐(0)
浙公网安备 33010602011771号