結果
| 問題 | No.332 数列をプレゼントに |
| コンテスト | |
| ユーザー |
👑 tails
|
| 提出日時 | 2015-12-25 01:56:34 |
| 言語 | Perl (5.42.1) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 100 bytes |
| 記録 | |
| コンパイル時間 | 34 ms |
| コンパイル使用メモリ | 7,840 KB |
| 実行使用メモリ | 166,424 KB |
| 最終ジャッジ日時 | 2026-04-07 01:50:10 |
| 合計ジャッジ時間 | 3,646 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 5 |
| other | TLE * 1 -- * 41 |
コンパイルメッセージ
Name "main::n" used only once: possible typo at Main.pl line 1. Main.pl syntax OK
ソースコード
($n,$x,$h{0})=<>=~/\d+/g;for$v(<>=~//g){%h=map{$_,$h{$_}.'x',$_+$v,$h{$_}.'o'}keys%h}print$h{$x}||No
tails