結果

問題 No.851 テストケース
ユーザー tails
提出日時 2019-07-27 00:02:29
言語 Perl
(5.40.0)
結果
AC  
実行時間 4 ms / 3,153 ms
コード長 86 bytes
コンパイル時間 341 ms
コンパイル使用メモリ 5,632 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-07-02 10:09:53
合計ジャッジ時間 1,552 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 20
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "a" may clash with future reserved word at Main.pl line 1.
Unquoted string "d" may clash with future reserved word at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$$_=<>for a..d;($r,$r)=sort{$b<=>$a}keys%{{($b+$c,$b+$d,$c+$d)x2}};print$r||'"assert"'
0