摘要:
#include<stdio.h>struct student{ int num; char name[20]; float score1,score2,sum,average; };void main(){ struct student stu[5]; int i; for(i=0;i<5;i++) { printf("请依次输入第%d个学生的学号,姓名,和两门成绩:",i+1); scanf("%d%s%f%f",&stu[i].num,stu[i].name,&stu[i].score1,&stu[i].s 阅读全文
posted @ 2013-01-18 15:04
byfei
阅读(167)
评论(0)
推荐(0)
摘要:
结构体数组 #includestruct student{ int num; char name[20]; float score1,score2,sum,average; };void main(){ struct student stu[5]; ... 阅读全文
posted @ 2013-01-18 15:04
byfei
阅读(57)
评论(0)
推荐(0)
摘要:
string to inttonumberprint(tonumber("1234")) 阅读全文
posted @ 2013-01-18 13:54
byfei
阅读(1705)
评论(0)
推荐(0)
摘要:
svn resolved 冲突路径 阅读全文
posted @ 2013-01-18 12:07
byfei
阅读(150)
评论(0)
推荐(0)

浙公网安备 33010602011771号