結果
| 問題 | No.3456 Common Difference is D |
| コンテスト | |
| ユーザー |
👑 tails
|
| 提出日時 | 2026-02-28 14:43:44 |
| 言語 | Perl (5.42.0) |
| 結果 |
AC
|
| 実行時間 | 600 ms / 2,000 ms |
| コード長 | 73 bytes |
| 記録 | |
| コンパイル時間 | 328 ms |
| コンパイル使用メモリ | 7,972 KB |
| 実行使用メモリ | 48,512 KB |
| 最終ジャッジ日時 | 2026-02-28 14:44:30 |
| 合計ジャッジ時間 | 5,990 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge7 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 20 |
コンパイルメッセージ
Name "main::n" used only once: possible typo at Main.pl line 1. Main.pl syntax OK
ソースコード
($n,$d)=glob<>;$z+=$b{$_-$d},$b{$_}+=$a{$_-$d},$a{$_}++for glob<>;print$z
tails