yukicoder contest 407 統計

提出統計(コンテスト時間外含む)

No. 2492 Knapsack Problem?
  • AC / 提出人数 : 213 / 215 ( 99.07 %)
  • 最小Try : 1
  • 最大Try : 3
  • Try Average : 1.07
  • First Accepted Time : 28s
No. 2493 K-th in L2 with L1
  • AC / 提出人数 : 139 / 145 ( 95.86 %)
  • 最小Try : 1
  • 最大Try : 7
  • Try Average : 1.41
  • First Accepted Time : 2m42s
No. 2494 Sum within Components
  • AC / 提出人数 : 152 / 154 ( 98.70 %)
  • 最小Try : 1
  • 最大Try : 11
  • Try Average : 1.23
  • First Accepted Time : 2m21s
No. 2495 Three Sets
  • AC / 提出人数 : 54 / 65 ( 83.08 %)
  • 最小Try : 1
  • 最大Try : 16
  • Try Average : 2.26
  • First Accepted Time : 28m50s
No. 2496 LCM between Permutations
  • AC / 提出人数 : 53 / 63 ( 84.13 %)
  • 最小Try : 1
  • 最大Try : 12
  • Try Average : 2.94
  • First Accepted Time : 45m35s
No. 2497 GCD of LCMs
  • AC / 提出人数 : 57 / 60 ( 95.00 %)
  • 最小Try : 1
  • 最大Try : 6
  • Try Average : 1.22
  • First Accepted Time : 14m11s
No. 2498 OX Operations
  • AC / 提出人数 : 19 / 19 ( 100.00 %)
  • 最小Try : 1
  • 最大Try : 6
  • Try Average : 1.84
  • First Accepted Time : 37m23s
No. 2499 Sum of Products of Sums
  • AC / 提出人数 : 27 / 27 ( 100.00 %)
  • 最小Try : 1
  • 最大Try : 5
  • Try Average : 1.37
  • First Accepted Time : 19m3s

First Accepted

# 提出日時 提出者 問題 言語 結果 実行時間 コード長
918113 2023-10-06 21:20:28 RubikunRubikun No.2492 Knapsack Problem? C++17 AC 2 ms 720 bytes
918165 2023-10-06 21:22:42 SSRSSSRS No.2493 K-th in L2 with L1 C++17 AC 4 ms 686 bytes
918161 2023-10-06 21:22:21 👑 potato167potato167 No.2494 Sum within Components C++17 AC 65 ms 3,209 bytes
918394 2023-10-06 21:48:50 ecotteaecottea No.2495 Three Sets C++17 AC 218 ms 6,560 bytes
918487 2023-10-06 22:05:35 蜜蜂蜜蜂 No.2496 LCM between Permutations C++14 AC 114 ms 3,809 bytes
918289 2023-10-06 21:34:11 👑 potato167potato167 No.2497 GCD of LCMs C++17 AC 22 ms 3,494 bytes
918442 2023-10-06 21:57:23 👑 hos.lyrichos.lyric No.2498 OX Operations C++14 AC 2181 ms 11,061 bytes
918337 2023-10-06 21:39:03 👑 hos.lyrichos.lyric No.2499 Sum of Products of Sums C++14 AC 115 ms 11,150 bytes

ショートコード

# 提出日時 提出者 問題 言語 結果 実行時間 コード長
918854 2023-10-06 23:38:45 tailstails No.2492 Knapsack Problem? Perl AC 4 ms 49 bytes
918879 2023-10-06 23:53:59 tailstails No.2493 K-th in L2 with L1 cLay AC 2 ms 122 bytes
918413 2023-10-06 21:51:53 tailstails No.2494 Sum within Components cLay AC 21 ms 194 bytes
911075 2023-09-05 17:23:07 👑 p-adicp-adic No.2495 Three Sets cLay AC 525 ms 552 bytes
911033 2023-09-05 13:11:19 👑 p-adicp-adic No.2496 LCM between Permutations cLay AC 113 ms 338 bytes
944070 2024-01-13 18:39:39 convexineqconvexineq No.2497 GCD of LCMs PyPy3 AC 161 ms 631 bytes
918850 2023-10-06 23:37:02 kotatsugamekotatsugame No.2498 OX Operations C++14 AC 2550 ms 2,019 bytes
924139 2023-10-28 16:29:58 pockynypockyny No.2499 Sum of Products of Sums C++17 AC 809 ms 1,007 bytes

純ショートコード

# 提出日時 提出者 問題 言語 結果 実行時間 コード長
918854 2023-10-06 23:38:45 tailstails No.2492 Knapsack Problem? Perl AC 4 ms 49 bytes
918879 2023-10-06 23:53:59 tailstails No.2493 K-th in L2 with L1 cLay AC 2 ms 122 bytes
918413 2023-10-06 21:51:53 tailstails No.2494 Sum within Components cLay AC 21 ms 194 bytes
911075 2023-09-05 17:23:07 👑 p-adicp-adic No.2495 Three Sets cLay AC 525 ms 552 bytes
911033 2023-09-05 13:11:19 👑 p-adicp-adic No.2496 LCM between Permutations cLay AC 113 ms 338 bytes
944070 2024-01-13 18:39:39 convexineqconvexineq No.2497 GCD of LCMs PyPy3 AC 161 ms 631 bytes
918850 2023-10-06 23:37:02 kotatsugamekotatsugame No.2498 OX Operations C++14 AC 2550 ms 2,019 bytes
924139 2023-10-28 16:29:58 pockynypockyny No.2499 Sum of Products of Sums C++17 AC 809 ms 1,007 bytes

最速実行時間

# 提出日時 提出者 問題 言語 結果 実行時間 コード長
918166 2023-10-06 21:22:43 to-omerto-omer No.2492 Knapsack Problem? Rust AC 1 ms 23,558 bytes
918561 2023-10-06 22:18:18 ikomaikoma No.2493 K-th in L2 with L1 Rust AC 1 ms 2,870 bytes
924647 2023-10-31 20:07:43 maspymaspy No.2494 Sum within Components C++23 AC 20 ms 20,049 bytes
918438 2023-10-06 21:56:21 AerenAeren No.2495 Three Sets C++23 AC 50 ms 1,794 bytes
918677 2023-10-06 22:50:29 tokusakuraitokusakurai No.2496 LCM between Permutations C++17 AC 86 ms 9,457 bytes
918882 2023-10-06 23:56:32 KudeKude No.2497 GCD of LCMs C++23 AC 14 ms 2,172 bytes
919502 2023-10-12 00:28:39 👑 kmjpkmjp No.2498 OX Operations C++17 AC 163 ms 2,819 bytes
910890 2023-09-04 13:51:51 KumaTachiRenKumaTachiRen No.2499 Sum of Products of Sums C++17 AC 104 ms 1,180 bytes