// 1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include<iostream>
int main(int argc, char* argv[])
{
int i,j,k;
float a[3][4][5],submax[j],submin[j],subz,subave; //3个班级 4个科目 5个学生
for(i=0;i<=2;i++)
{
......................
阅读全部 | 2014年11月9日 11:34