题解列表

筛选

1083——————Hello,World!

题目1083:Hello,world!**题目描述**Thisisthefirstproblemfortest.SinceallweknowtheASCIIcode,yourjobissimple:Inputnumbersandoutputcorrespondingmessages.——翻译(来源百度

题解 1061: 二级C语言-计负均正(C)

摘要:注意事项:统计个数,和计算均值,在同一个for中实现,可以减少遍历数组的次数。参考代码:#include<stdio.h> int main(void){ int array[20]; ……