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 |
---|---|---|---|---|---|---|
1909 | Pinely Round 3 (Div. 1 + Div. 2) | FINISHED | False | 10800 | 28481099 | Dec. 23, 2023, 2:35 p.m. |
Solved$ |
Index |
Name |
Type |
Tags |
Community Tag |
Rating |
---|---|---|---|---|---|---|
( 416 ) | G | Pumping Lemma | PROGRAMMING | hashing string suffix structures strings |
B'You are given two strings s , t of length n , m , respectively. Both strings consist of lowercase letters of the English alphabet. Count the triples (x, y, z) of strings such that the following conditions are true: The first line contains two integers n and m ( 1 <= q n < m <= q 10^7 ) -- the length of the strings s and t , respectively. The second line contains the string s of length n , consisting of lowercase letters of the English alphabet. The third line contains the string t of length m , consisting of lowercase letters of the English alphabet. Output a single integer: the number of valid triples (x, y, z) . In the first test case, the only valid triple is (x, y, z) = ( texttt{"a"}, texttt{"bc"}, texttt{"d"}) . In fact, In the second test case, there are 5 valid triples: In the third test case, there are 8 valid triples: '... |
Editorial of Pinely Round 3 (Div. 1 + Div. 2) |
Submission Id |
Author(s) |
Index |
Submitted |
Verdict |
Language |
Test Set |
Tests Passed |
Time taken (ms) |
Memory Consumed (bytes) |
Tags |
Rating |
---|---|---|---|---|---|---|---|---|---|---|---|
238623069 | ITworker_Z | G | Dec. 24, 2023, 5:16 a.m. | OK | GNU C++17 | TESTS | 49 | 202 | 101785600 | ||
238583650 | alireza_kaviani | G | Dec. 23, 2023, 5:22 p.m. | OK | GNU C++17 | TESTS | 49 | 296 | 84787200 | ||
238590211 | emptyhope | G | Dec. 23, 2023, 6:14 p.m. | OK | GNU C++17 | TESTS | 49 | 421 | 241561600 | ||
238580718 | E869120 | G | Dec. 23, 2023, 5:11 p.m. | OK | GNU C++17 | TESTS | 49 | 904 | 515584000 | ||
238596957 | Benq | G | Dec. 23, 2023, 7:13 p.m. | OK | GNU C++17 (64) | TESTS | 49 | 358 | 197120000 | ||
238592045 | Benq | G | Dec. 23, 2023, 6:26 p.m. | OK | GNU C++17 (64) | TESTS | 49 | 561 | 374681600 | ||
238617323 | KASHEM | G | Dec. 24, 2023, 3:35 a.m. | OK | GNU C++17 (64) | TESTS | 49 | 623 | 388096000 | ||
238618719 | Eqkora | G | Dec. 24, 2023, 4:01 a.m. | OK | GNU C++17 (64) | TESTS | 49 | 748 | 61337600 | ||
238606676 | Benq | G | Dec. 23, 2023, 9:55 p.m. | OK | GNU C++17 (64) | TESTS | 49 | 779 | 388096000 | ||
238586823 | Lynkcat | G | Dec. 23, 2023, 5:33 p.m. | OK | GNU C++17 (64) | TESTS | 49 | 1075 | 286617600 | ||
238609413 | heno239 | G | Dec. 23, 2023, 11:25 p.m. | OK | GNU C++17 (64) | TESTS | 49 | 1434 | 362188800 | ||
238608241 | BalintR | G | Dec. 23, 2023, 10:43 p.m. | OK | GNU C++17 (64) | TESTS | 49 | 1497 | 31436800 | ||
238585643 | Morphymorphymorphy | G | Dec. 23, 2023, 5:29 p.m. | OK | GNU C++17 (64) | TESTS | 49 | 1575 | 381952000 | ||
238615732 | Sparkle_Twilight | G | Dec. 24, 2023, 2:58 a.m. | OK | GNU C++17 (64) | TESTS | 49 | 1809 | 546406400 | ||
238619288 | A_G | G | Dec. 24, 2023, 4:12 a.m. | OK | GNU C++20 (64) | TESTS | 49 | 171 | 76595200 | ||
238591679 | ttamx | G | Dec. 23, 2023, 6:23 p.m. | OK | GNU C++20 (64) | TESTS | 49 | 202 | 86630400 | ||
238589681 | Leilaqwq | G | Dec. 23, 2023, 6:12 p.m. | OK | GNU C++20 (64) | TESTS | 49 | 202 | 96460800 | ||
238611342 | kuticpcer | G | Dec. 24, 2023, 12:50 a.m. | OK | GNU C++20 (64) | TESTS | 49 | 202 | 102502400 | ||
238593694 | QwertyPi | G | Dec. 23, 2023, 6:39 p.m. | OK | GNU C++20 (64) | TESTS | 49 | 202 | 149811200 | ||
238593580 | QwertyPi | G | Dec. 23, 2023, 6:38 p.m. | OK | GNU C++20 (64) | TESTS | 49 | 202 | 149811200 | ||
238593485 | QwertyPi | G | Dec. 23, 2023, 6:37 p.m. | OK | GNU C++20 (64) | TESTS | 49 | 202 | 149811200 | ||
238592433 | BigBag | G | Dec. 23, 2023, 6:28 p.m. | OK | GNU C++20 (64) | TESTS | 49 | 202 | 245964800 | ||
238593631 | QwertyPi | G | Dec. 23, 2023, 6:38 p.m. | OK | GNU C++20 (64) | TESTS | 49 | 233 | 149811200 | ||
238582632 | QwertyPi | G | Dec. 23, 2023, 5:19 p.m. | OK | GNU C++20 (64) | TESTS | 49 | 233 | 149811200 |
Back to search problems