結果
| 問題 | No.1795 AtCoder Heuristic Rating coloring |
| コンテスト | |
| ユーザー |
Schnee
|
| 提出日時 | 2021-12-24 23:57:57 |
| 言語 | Python3 (3.14.7 + numpy 2.5.2 + scipy 1.18.0 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 297 ms / 2,000 ms |
| + 756µs | |
| コード長 | 82 bytes |
| 記録 | |
| コンパイル時間 | 282 ms |
| コンパイル使用メモリ | 21,336 KB |
| 実行使用メモリ | 37,148 KB |
| 最終ジャッジ日時 | 2026-08-31 13:06:27 |
| 合計ジャッジ時間 | 14,879 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 54 |
ソースコード
for i in sorted(dict(j.split()for j in open(0).readlines()[1:]).items()):print(*i)
Schnee