結果
| 問題 |
No.8088 ACL list
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-01-26 11:21:55 |
| 言語 | Ruby (3.4.1) |
| 結果 |
AC
|
| 実行時間 | 83 ms / 2,000 ms |
| コード長 | 286 bytes |
| コンパイル時間 | 888 ms |
| コンパイル使用メモリ | 11,904 KB |
| 実行使用メモリ | 16,128 KB |
| スコア | 173 |
| 最終ジャッジ日時 | 2024-01-26 11:21:59 |
| 合計ジャッジ時間 | 3,572 ms |
|
ジャッジサーバーID (参考情報) |
judge14 / judge12 |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
コンパイルメッセージ
Syntax OK
ソースコード
def h s puts s puts s+'.hpp' end def i s h 'internal_'+s end puts "LICENSE\nall" h 'convolution' h 'dsu' h 'fenwicktree' i 'bit' i 'csr' i 'math' i 'queue' i 'scc' i 'type_traits' h 'lazysegtree' h 'math' h 'maxflow' h 'mincostflow' h 'modint' h 'scc' h 'segtree' h 'string' h 'twosat'