A. Sweet Problem You have three piles of candies: red, green and blue candies: the fi ...
D. Secret Passwords One unknown hacker wants to get the admin s password of AtForces testing system, to get problems from the next contest. To achieve that, he sneaked into the administrator s office ...
2019-11-30 11:33 0 290 推薦指數:
A. Sweet Problem You have three piles of candies: red, green and blue candies: the fi ...
D. Nezzar and Board https://codeforces.com/contest/1478/problem/D 題解 題意為給出一個序列xi,你可以任意挑選兩個數x,y將2·x-y加入序列中,詢問在是否可以在序列中發現數k。 假設我們任意挑選4個數:x,y,p,q ...
題意:一個n個數碼位的分數板,每一個數碼位都是一個七段數碼管,現在給出每個數碼位的顯示情況,問再點亮k段數碼管的話能顯示的最大的數是多少,如果不能構成一串數字,就輸出-1. 答案允許有前導0,但是有前導0的時候答案長度必須要跟n一致 原題鏈接:https://codeforces ...
D. Yet Another Monster Killing Problem You play a computer game. In this game, you lead a party of 𝑚 heroes, and you have to clear a dungeon ...
D. Irreducible Anagrams time limit per test2 seconds memory limit per test256 megabytes Let's call two strings s and t anagrams of each other ...
D. 1-2-K Game time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Alice and Bob play a game. ...
F. Economic Difficulties An electrical grid in Berland palaces consists of 2 grids: main and reserv ...
E. Editor The development of a text editor is a hard problem. You need to implement an extra module ...