现在的位置: 首页 > 综合 > 正文

OJ9

2014年10月03日 ⁄ 综合 ⁄ 共 173字 ⁄ 字号 评论关闭
#include<iostream>
#include<string>
using namespace std;
struct Student
{
   float score;
   string name;

};

int main
{
  int i,j;
  Student stu[5];
  for (i=0;i<n,i++)
  {
      cin>>stu[i].name>>" ">>stu[i].score;
  }




}

【上篇】
【下篇】

抱歉!评论已关闭.