下面是我写的一个程序,目的是从键盘输入学生的名字(name)和分数(score)然后输出。例:input zhang san89li si96overoutputThe score of zhang san is 89The score of li si is 96但是,程序运行之后,却输出了四行。急待解决!#include<stdio.h>#include<...
阅读全文
2009
04-21