請問大大:
為什麼這段程式,compiler可過,但卻無法執行到最後?
有沒有高手能告知是哪裡出錯?
謝謝
#include<iostream>
#include<cstdlib>
#include<string>
using namespace std;
const int NameSize = 20;
const int NumberSize = 10;
struct Student
{
char Name;
char Number;
int sea1;
int sea2;
double total;
};
void COMPUTE(Student[],int );
int main()
{
int Size;
cout<<"請輸入人數:";
cin>>Size;
Student Class;
cout <&l ..
訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容