結果
問題 |
No.250 atetubouのzetubou
|
ユーザー |
![]() |
提出日時 | 2015-07-24 22:59:49 |
言語 | Perl (5.40.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 191 bytes |
コンパイル時間 | 38 ms |
コンパイル使用メモリ | 6,816 KB |
実行使用メモリ | 7,040 KB |
最終ジャッジ日時 | 2024-07-08 13:29:22 |
合計ジャッジ時間 | 1,276 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 15 WA * 5 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
<>; hoge: for(<>){ ($d,$x,$t)=/\d+/g; --$d; if($x>$d){ $y=$x;$x=$d;$d=$y; } $a=1; for(1..$x){ $a*=($d+$_)/$_; if($a>$t){ print"ZETUBOU\n"; next hoge; } } print"AC\n"; }