結果
| 問題 | No.118 門松列(2) |
| コンテスト | |
| ユーザー |
%20
|
| 提出日時 | 2017-09-20 18:20:52 |
| 言語 | Perl (5.42.1) |
| 結果 |
AC
|
| 実行時間 | 157 ms / 5,000 ms |
| コード長 | 132 bytes |
| 記録 | |
| コンパイル時間 | 787 ms |
| コンパイル使用メモリ | 8,224 KB |
| 実行使用メモリ | 34,048 KB |
| 最終ジャッジ日時 | 2026-05-08 15:07:48 |
| 合計ジャッジ時間 | 5,070 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 26 |
コンパイルメッセージ
Name "main::A" used only once: possible typo at Main.pl line 2. Main.pl syntax OK
ソースコード
<>;
++$_[$_]for@A=glob<>;
for$i(1..100){
for$j($i+1..100){
for$k($j+1..100){
($\+=$_[$i]*$_[$j]*$_[$k])%=1e9+7
}
}
}
print
%20