摘要: 终于AC了 呜呜呜呜#includestruct mem{ char s[50]; double c; double f;} x[60];int main(){ int n; int num,i;//num为课程数量 scanf("%d",&n); w... 阅读全文
posted @ 2014-10-17 21:14 sequenceaa 阅读(247) 评论(0) 推荐(0)
摘要: #includestruct mem{ char s[50]; double c; double f;};int main(){ struct mem x[60]; int n; int num,i,flag;//num为课程数量 scanf("%d",&n)... 阅读全文
posted @ 2014-10-17 20:31 sequenceaa 阅读(147) 评论(0) 推荐(0)