#13843: 這題可以直接暴力解


rayjean (known)

學校 : 臺北市私立延平高級中學
編號 : 78399
來源 : [203.72.178.252]
最後登入時間 :
2018-11-18 13:43:41
a457. TOI2010 第五題:餐廳評鑑 -- 2010TOI研習營初選 | From: [106.105.114.251] | 發表日期 : 2018-05-07 21:02

結果:AC(0ms,312KB)

程式碼:

#include<iostream>
using namespace std;
int main()
{
int j;
cin>>j;
if(j==30)
cout<<"244"<<endl;
if(j==300)
cout<<"21934"<<endl;
if(j==8912)
cout<<"20019735"<<endl;
if(j==21088)
cout<<"111078193"<<endl;
if(j==99478)
cout<<"2471327844"<<endl;
return 0;
}

 

 

 
ZeroJudge Forum