AIM Tech Poorly Prepared Contest (unrated, funny, Div. 1 preferred)

Solutions are presented as using the least memory and the fastest execution time. It also takes the top 10 most recent solutions from each language. If you want to limit to a specific index, click the "Solved" button and go to that problem.

ContestId
Name
Phase
Frozen
Duration (Seconds)
Relative Time
Start Time
1302 AIM Tech Poorly Prepared Contest (unrated, funny, Div. 1 preferred) FINISHED False 10800 151076699 Feb. 3, 2020, 4:15 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 297 ) A Nash equilibrium PROGRAMMING

B'This is an unusual problem in an unusual contest, here is the announcement: http://codeforces.com/blog/entry/73543 You are given a table A of integers n x m . The cell (x, y) is called Nash equilibrium if both of the following conditions hold: Find a Nash equilibrium in A . If there exist several equilibria, print the one with minimum x . If still there are several possible answers, print the one with minimum y . The first line contains two integers n, m ( 2 <= q n, m <= q 1000 ), denoting the size of the table. Each of next n lines contain m space-separated integers A_{ij} ( 1 <= q A_{ij} <= q 10^9 ). Output x and y -- the coordinates of the lexicographically minimum Nash equilibrium in the table. In case there is no answer, print two zeroes instead. '...

Tutorials

73599

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
70337363 Alan_zhou A Feb. 5, 2020, 7:34 a.m. OK GNU C++11 TESTS 16 46 20275200
70172035 cugel A Feb. 3, 2020, 5:37 p.m. OK GNU C++11 TESTS 16 109 2764800
70198037 WZYYN A Feb. 4, 2020, 2:12 a.m. OK GNU C++11 TESTS 16 109 4096000
70167296 XLor A Feb. 3, 2020, 4:42 p.m. OK GNU C++11 TESTS 16 109 4096000
70171957 BigBag Mustang98 shanin A Feb. 3, 2020, 5:36 p.m. OK GNU C++11 TESTS 16 124 4096000
70169768 DFTMR ChthollyNotaSeniorious A Feb. 3, 2020, 5:10 p.m. OK GNU C++11 TESTS 16 124 4096000
70167691 Noureldin A Feb. 3, 2020, 4:46 p.m. OK GNU C++11 TESTS 16 124 4198400
70180907 Lily A Feb. 3, 2020, 8:08 p.m. OK GNU C++11 TESTS 16 124 8089600
70170455 18380120126 A Feb. 3, 2020, 5:17 p.m. OK GNU C++11 TESTS 16 124 8192000
70167616 Orange_Cheers A Feb. 3, 2020, 4:45 p.m. OK GNU C++11 TESTS 16 124 36249600
70165647 pikmike A Feb. 3, 2020, 4:24 p.m. OK GNU C++14 TESTS 16 155 4096000
70171806 TooStupidToWin A Feb. 3, 2020, 5:34 p.m. OK GNU C++14 TESTS 16 155 5427200
70172466 noneTP A Feb. 3, 2020, 5:43 p.m. OK GNU C++14 TESTS 16 155 8089600
70849529 nikolapesic2802 A Feb. 12, 2020, 2:28 p.m. OK GNU C++14 TESTS 16 156 2560000
70169320 PinkRabbit sys. A Feb. 3, 2020, 5:04 p.m. OK GNU C++14 TESTS 16 156 3993600
70167839 hamster_rabbit A Feb. 3, 2020, 4:48 p.m. OK GNU C++14 TESTS 16 156 4096000
70207638 eunsung.lim93 A Feb. 4, 2020, 7 a.m. OK GNU C++14 TESTS 16 170 2560000
70623741 Muhammad_Hokimiyon A Feb. 9, 2020, 12:30 p.m. OK GNU C++14 TESTS 16 170 4096000
70165636 loideptrai1 thantrongtri3 A Feb. 3, 2020, 4:24 p.m. OK GNU C++14 TESTS 16 170 20480000
70167564 ya_hossein A Feb. 3, 2020, 4:45 p.m. OK GNU C++14 TESTS 16 171 2560000
70650055 Isomorphism A Feb. 9, 2020, 2:41 p.m. OK GNU C++17 TESTS 16 155 2560000
70171092 AndreySergunin Nebuchadnezzar amethyst0 A Feb. 3, 2020, 5:25 p.m. OK GNU C++17 TESTS 16 155 2560000
70168300 Thuleanx A Feb. 3, 2020, 4:53 p.m. OK GNU C++17 TESTS 16 155 2560000
70212221 ecnerwala A Feb. 4, 2020, 8:37 a.m. OK GNU C++17 TESTS 16 155 2867200
70165812 Ekler Um_nik KAN A Feb. 3, 2020, 4:26 p.m. OK GNU C++17 TESTS 16 155 4096000
70176682 theStaticMind mlih A Feb. 3, 2020, 6:43 p.m. OK GNU C++17 TESTS 16 155 5427200
70173446 Swistakk A Feb. 3, 2020, 5:56 p.m. OK GNU C++17 TESTS 16 155 5427200
70165984 huzecong A Feb. 3, 2020, 4:28 p.m. OK GNU C++17 TESTS 16 155 6041600
70165976 kefaa2 gepardo Fedosik A Feb. 3, 2020, 4:28 p.m. OK GNU C++17 TESTS 16 155 8089600
70166813 gyz_gyz A Feb. 3, 2020, 4:37 p.m. OK GNU C++17 TESTS 16 155 8192000
70166648 eatmore A Feb. 3, 2020, 4:35 p.m. OK Java 11 TESTS 16 295 0
70411040 starmode A Feb. 6, 2020, 5:14 a.m. OK Java 11 TESTS 16 982 0
70177971 martins A Feb. 3, 2020, 7:05 p.m. OK Java 8 TESTS 16 233 0
70214129 Spheniscine A Feb. 4, 2020, 9:11 a.m. OK Kotlin TESTS 16 202 614400
70167371 Andreikkaa SendThemToHell ch_egor A Feb. 3, 2020, 4:43 p.m. OK MS C++ 2017 TESTS 16 529 4812800
70183458 CrashMaster A Feb. 3, 2020, 8:39 p.m. OK MS C++ 2017 TESTS 16 576 5529600
70177083 pajenegod A Feb. 3, 2020, 6:50 p.m. OK PyPy 2 TESTS 16 264 40038400
70555538 GTrigger A Feb. 8, 2020, 10:17 a.m. OK PyPy 2 TESTS 16 1872 39526400
70543900 GTrigger A Feb. 8, 2020, 6:51 a.m. OK PyPy 2 TESTS 16 1965 39014400
70183214 PS41 A Feb. 3, 2020, 8:33 p.m. OK PyPy 3 TESTS 16 764 11776000
70377668 titia A Feb. 5, 2020, 4:44 p.m. OK PyPy 3 TESTS 16 794 13004800
70543848 GTrigger A Feb. 8, 2020, 6:50 a.m. OK Python 2 TESTS 16 1965 40652800
70555704 GTrigger A Feb. 8, 2020, 10:20 a.m. OK Python 3 TESTS 16 1949 50278400
70544169 GTrigger A Feb. 8, 2020, 6:56 a.m. OK Python 3 TESTS 16 1996 50278400

remove filters

Back to search problems