?? 1.h
字號:
#include<iostream>
#include<string>
using namespace std;
//ifstream cin("input.txt");
//ofstream cout("output.txt");
int n,m,w;
//////////////////////////////////////////////////////////////
struct items //項目 items
{
bool type;//ture取前三名 false取前五名
string name[6],school[6];
}item[55];
/////////////////////////////
struct scr //項目得分
{
int num,score ,mingci;//項目號 得分 名次
string name;//運動員姓名
};
/////////////////////////////
struct schools //學校 schools
{
string name;
scr score[55];//得分
int zz;//得分運動員數(shù)
int men;//男團總分
int women;//女團總分
int sum;//總分
}school[25];
//////////////////////////
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -