02 2021 档案

摘要:time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You have nn stacks of blocks. The ii-th s 阅读全文
posted @ 2021-02-20 15:02 AA、 阅读(159) 评论(0) 推荐(0)
摘要:会下国际象棋的人都很清楚:皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将8个皇后放在棋盘上(有8 * 8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。 对于某个满足要求的8皇后的摆放方法,定义一个皇后串a与之对应,即a=b 1b 2...b 8,其中b i为相应摆法中第i行皇后所处 阅读全文
posted @ 2021-02-18 16:06 AA、 阅读(71) 评论(0) 推荐(0)
摘要:time limit per test 2 seconds memory limit per test 512 megabytes input standard input output standard output The great hero guards the country where 阅读全文
posted @ 2021-02-11 12:48 AA、 阅读(135) 评论(0) 推荐(0)
摘要:B1. Painting the Array I time limit per test 2 seconds memory limit per test 512 megabytes input standard input output standard output The only differ 阅读全文
posted @ 2021-02-10 16:32 AA、 阅读(171) 评论(0) 推荐(0)
摘要:You are given an array of integers 𝑎1,𝑎2,…,𝑎𝑛. Find the maximum possible value of 𝑎𝑖𝑎𝑗𝑎𝑘𝑎𝑙𝑎𝑡 among all five indices (𝑖,𝑗,𝑘,𝑙,𝑡) (𝑖 阅读全文
posted @ 2021-02-08 18:52 AA、 阅读(106) 评论(0) 推荐(0)
摘要:time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard output Alice and Bob play a game. They have a binary s 阅读全文
posted @ 2021-02-05 20:36 AA、 阅读(112) 评论(0) 推荐(0)