摘要:
#include #include int main(){ int a[100],s[100],i,n,r,k; printf("input a number\t"); scanf("%d",&n); //输入一个数 printf("input... 阅读全文
posted @ 2015-05-09 16:38
LeoSanford
阅读(206)
评论(0)
推荐(0)
摘要:
规则:1、a + b = c;2、用完火柴棒;代码如下: 1 #include 2 int fun(int x); 3 4 int main() 5 { 6 int a,b,c,sum=0,m; 7 scanf("%d",&m); //输入... 阅读全文
posted @ 2015-05-09 16:33
LeoSanford
阅读(739)
评论(0)
推荐(0)