- #include<iostream>
- #include<cstdlib>
- #include<ctime>
- using namespace std;
- int main()
- {
- int n;
- cout<<"超腦金頭腦 v1.0 "<<endl;
- cout<<endl;
- cout<<"遊戲規則: 電腦隨機出題,比賽誰能在最短時間內算對三題!"<<endl;
- system("pause");
- system("cls");
-
- cout<<"有幾位挑戰者:";
- cin>>n;
- system("pause");
- system("cls");
- string name[n];
- for(int i=0;i<n;i++)
- {
- cout<<"第"<<i+1<<"位挑戰著好,請輸入你的大名:";
- cin>>name[i];
- system("pause");
- system("cls");
-
- int cout=0
- while(count<3)
- {
- int a=rand()%889+111;
- int b=rand()%889+111;
- double start,end,pass;
-
- int ans;
- start=clock();
- cout<<a<<"+"<<b<<"=";
- cin>>ans ;
- end=clock();
- pass=end-start;
-
- if
- }
- }
-
-
- system("pause");
- return 0;
- }
複製代碼 |