大神們 實在找不到錯在哪了
#include <stdio.h>
int main()?
{
? ? int score = 7200;
? ? //完善一下代碼
? ? if(score >= 10000)
? ? {
? ? ? ? printf("鉆石玩家");
? ? }
? ? else if(score >= 5000)
? ? {
? ? ? ? printf("白金玩家"); ? ?
? ? }
? ? ? ? else if(score >= 1000)
? ? {
? ? ? ? printf("青銅玩家"); ? ??
? ? }
? ? ? ? ? ? else
? ? {
? ? ? ? printf("普通玩家"); ? ?
? ? }
? ? return 0;
}
2016-04-27
"%s\n",
2016-04-02
找到了 ? 括號寫成中文的了
2016-04-02
可能是;錯了 ? ?這個符號要在英文輸入法輸入