返回列表 發帖

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    int score;
    cout<<"輸入廢物的分數";
    cin>>score;                                                                                                            
   
    leve1=(score==80~100);
    cout<<"阿不就很厲害
    int score;
    cout<<"輸入你的爛的分數";
    cin>>score;
    leve1=(score==70~79);
    cout<<"加一下油"
    cout<<"你的分數";
    cin>>score;
    leve1=(score==60~69);
    cout<<"太廢了"
     cout<<"分數啦";
    cin>>score;
    leve1=(score==0~59);
    cout<<"沒頭腦"
   }
    system("pause");
    return 0;
}

返回列表