原文:Codeforces Round #603 (Div. 2) B. PIN Codes 水題

B. PIN Codes A PIN code is a string that consists of exactly digits. Examples of possible PIN codes: , and . Please note that the PIN code can begin with any digit, even with . Polycarp has n n bank c ...

2019-11-30 11:26 0 294 推薦指數:

查看詳情

Codeforces Round #603 (Div. 2)

A. Sweet Problem You have three piles of candies: red, green and blue candies: the fi ...

Sat Nov 30 17:33:00 CST 2019 0 311
Codeforces Round #694 (Div. 2) B. Strange List

B. Strange List 題目分析 題意:給你一個長度為n的數組和一個數字x,從第一個元素開始,如果改元素q能被x整除,那么將就在數組后面新增x個(q / x),直到遇到的元素不能被x整除,求最后數組的元素之和 讓我們從樣例開始入手分析:樣例中的第一個情況數組a為[12],x為2,數組 ...

Wed Jan 06 16:04:00 CST 2021 2 354
Codeforces Round #626 (Div. 2) B. Count Subrectangles

題目連接:https://codeforces.com/contest/1323/problem/B 題意:給一個大小為n的a數組,一個大小為m的b數組,c數組是二維數組c[i][j]=a[i]*b[j],問面積為k的矩形有幾個。 題解:先把k的所有因子存入一個數組里,然后遍歷因子,表示 ...

Sun Mar 08 03:36:00 CST 2020 6 807
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM