泉水南
小闹腾
〆 人生就是拼命地奔跑,和华丽的跌倒。 つ
全部博文(69)
2017年(2)
2016年(16)
2015年(21)
2014年(30)
GFree_Wi
ylky_200
Efforts_
manshukw
12p12p
贾雨超
一半现实
mxh16348
广利颖
Super丶
cynthia
tomcodin
我是小小
yejia805
duke217
红尘星宇
biyeqian
发布时间:2014-12-15 21:39:32
点击(此处)折叠或打开#include double calculator(double a, double b, char oper){ if (oper == '+') { &nbs.........【阅读全文】
发布时间:2014-12-13 13:17:24
求和1!+2!+3!+...+20!点击(此处)折叠或打开#include int main(){ int n, s=0, a=1; for (n=1; n......【阅读全文】
发布时间:2014-12-12 22:31:46
定义一个字符串数组str[10],从键盘输入几个字符给str,然后将数组str中的小写字母转为大写字母,打印出字符串str(例如输入"abdEFG",输出"ABDEFG"点击(此处)折叠或打开#include int main(){ int i, j;.........【阅读全文】
发布时间:2014-12-12 22:12:24
定义一个整形的数组a[10],从键盘输入10 个数给数组a,然后将数组a的元素按从小到达的顺序输出.点击(此处)折叠或打开#include int main(){ int i, j, n, a[10]; for (i=0; i......【阅读全文】
发布时间:2014-12-11 21:59:01
点击(此处)折叠或打开#include int main(){ int a; scanf("%d", &a); if (a%400==0 || (a%4==0 && a%100!=0 )) .........【阅读全文】
登录 注册