首页 > TAG信息列表 > 2018ccpc
2018CCPC吉林赛区(重现赛)
http://acm.hdu.edu.cn/contests/contest_show.php?cid=867 A题,直接分块,不知道正解是什么。 #include<bits/stdc++.h> using namespace std; typedef long long ll; ll sum(int n){ ll ans=0; for(ll l=1,r;l<=n;l=r+1){ r=n/(n/l); ans+=(r-l+1)*(n/l)2018ccpc吉林 问题 D: THE MOON 概率dp
题意: Step 0. Let initial chance rate q = 2%. Step 1. Player plays a round of the game with winning rate p%. Step 2. If the player wins, then will go to Step 3 else go to Step 4. Step 3. Player gets a beta pack with probability q. If he doesn't get it,2018CCPC-女生专场
(咕咕咕,咕了快一年的bu题。。 A.CCPC直播 传送:http://acm.hdu.edu.cn/showproblem.php?pid=6297 题意:rt。 分析:模拟。 1 #include<bits/stdc++.h> 2 using namespace std; 3 int main(){ 4 int t; scanf("%d",&t); 5 while (t--){ 6 int pro,num; string r