Submission | Problem | Language | Runtime | Memory | Sent | Verdict |
---|---|---|---|---|---|---|
747190 | Stair range update | C++17 | 30 ms | 4.9 MB | 13:09 +07 | 16/08/2025 | |
746908 | 2D range update | C++17 | 2 ms | 3.3 MB | 10:22 +07 | 16/08/2025 | |
746837 | Range update | C++17 | 29 ms | 4.1 MB | 09:46 +07 | 16/08/2025 | |
746616 | Average | C++17 | 24 ms | 7.3 MB | 02:22 +07 | 16/08/2025 | |
746615 | Maximum submatrix sum | C++17 | 68 ms | 4.1 MB | 02:12 +07 | 16/08/2025 | |
746535 | Divisible by d | C++17 | 23 ms | 7.0 MB | 23:13 +07 | 15/08/2025 | |
746494 | Subarray sum | C++17 | 39 ms | 9.0 MB | 22:53 +07 | 15/08/2025 | |
746488 | Subarray sum | C++17 | 2 ms | 3.2 MB | 22:45 +07 | 15/08/2025 | |
746477 | Maximum subarray sum | C++17 | 16 ms | 3.7 MB | 22:37 +07 | 15/08/2025 | |
746475 | Maximum subarray sum | C++17 | 3 ms | 3.2 MB | 22:36 +07 | 15/08/2025 | |
746471 | Prefix sum | C++17 | 158 ms | 3.9 MB | 22:33 +07 | 15/08/2025 | |
438922 | Combine rectangles | Python3 | 24 ms | 9.0 MB | 01:20 +07 | 16/01/2025 | |
221032 | Most Frequent Value | Python3 | 62 ms | 20.1 MB | 23:35 +07 | 31/08/2024 | |
221023 | Frequent value | Python3 | 41 ms | 15.6 MB | 23:31 +07 | 31/08/2024 | |
221009 | Unique 2 | Python3 | 15 ms | 8.4 MB | 23:28 +07 | 31/08/2024 | |
221008 | Unique | Python3 | 53 ms | 15.5 MB | 23:27 +07 | 31/08/2024 | |
221003 | Similar Arrays | Python3 | 17 ms | 9.0 MB | 23:24 +07 | 31/08/2024 | |
220988 | Sorting | Python3 | 15 ms | 8.5 MB | 23:20 +07 | 31/08/2024 | |
220981 | Positive subarray | Python3 | 15 ms | 8.4 MB | 23:16 +07 | 31/08/2024 | |
220964 | Insert | Python3 | 16 ms | 8.5 MB | 23:11 +07 | 31/08/2024 | |
220961 | Insert | Python3 | 13 ms | 8.5 MB | 23:10 +07 | 31/08/2024 | |
220872 | Palindrome array | Python3 | 25 ms | 8.6 MB | 22:31 +07 | 31/08/2024 | |
220864 | Array rotation | Python3 | 15 ms | 8.6 MB | 22:28 +07 | 31/08/2024 | |
220853 | Second largest | Python3 | 14 ms | 8.5 MB | 22:23 +07 | 31/08/2024 | |
220852 | Second largest | Python3 | 40 ms | 16.1 MB | 22:22 +07 | 31/08/2024 | |
220837 | Dominant element | Python3 | 27 ms | 8.5 MB | 22:18 +07 | 31/08/2024 | |
220667 | Positive and negative | Python3 | 21 ms | 8.5 MB | 21:29 +07 | 31/08/2024 | |
220521 | Largest value | Python3 | 43 ms | 18.9 MB | 20:21 +07 | 31/08/2024 | |
220516 | Consecutive differences | Python3 | 16 ms | 8.5 MB | 20:17 +07 | 31/08/2024 | |
220511 | Negative and positive | Python3 | 15 ms | 8.6 MB | 20:12 +07 | 31/08/2024 | |
210733 | Array reversal | Python3 | 18 ms | 9.2 MB | 13:32 +07 | 26/08/2024 | |
210728 | Average | Python3 | 18 ms | 9.2 MB | 13:28 +07 | 26/08/2024 | |
210726 | Smallest value | Python3 | 16 ms | 9.1 MB | 13:26 +07 | 26/08/2024 | |
210722 | Even elements | Python3 | 52 ms | 19.6 MB | 13:24 +07 | 26/08/2024 | |
209962 | Solution | Python3 | 19 ms | 9.2 MB | 22:24 +07 | 25/08/2024 | |
209949 | Division | Python3 | 26 ms | 9.2 MB | 22:18 +07 | 25/08/2024 | |
209937 | Binary to decimal | Python3 | 16 ms | 9.1 MB | 22:15 +07 | 25/08/2024 | |
209934 | Decimal to binary | Python3 | 16 ms | 9.3 MB | 22:13 +07 | 25/08/2024 | |
209933 | Decimal to binary | Python3 | 16 ms | 9.2 MB | 22:13 +07 | 25/08/2024 | |
209929 | Trailing zeros | Python3 | 19 ms | 9.2 MB | 22:11 +07 | 25/08/2024 | |
209923 | Mushroom exchanging | Python3 | 39 ms | 9.2 MB | 22:05 +07 | 25/08/2024 | |
209899 | Reverse | Python3 | 36 ms | 9.2 MB | 21:53 +07 | 25/08/2024 | |
209888 | Extremal | Python3 | 32 ms | 9.2 MB | 21:49 +07 | 25/08/2024 | |
209881 | Read number till eternity | Python3 | 16 ms | 9.3 MB | 21:47 +07 | 25/08/2024 | |
209872 | Fibonacci | Python3 | 23 ms | 9.2 MB | 21:42 +07 | 25/08/2024 | |
209008 | Digit Sum | Python3 | 16 ms | 9.2 MB | 23:52 +07 | 24/08/2024 | |
209006 | Digit Sum | Python3 | 16 ms | 9.2 MB | 23:51 +07 | 24/08/2024 | |
209004 | Digit Sum | Python3 | 16 ms | 9.0 MB | 23:51 +07 | 24/08/2024 | |
208996 | Prime number | Python3 | 50 ms | 9.2 MB | 23:44 +07 | 24/08/2024 | |
208988 | Prime number | Python3 | 15 ms | 9.0 MB | 23:40 +07 | 24/08/2024 |
nvhunch
Solved problems: 71
Points: 73.40
Contribution: 0
Rank: 1585