結果

問題 No.587 七対子
ユーザー kotatsugame
提出日時 2017-11-04 10:52:45
言語 Perl
(5.40.0)
結果
WA  
実行時間 -
コード長 66 bytes
コンパイル時間 519 ms
コンパイル使用メモリ 5,504 KB
実行使用メモリ 5,504 KB
最終ジャッジ日時 2024-11-23 05:37:23
合計ジャッジ時間 1,546 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 30 WA * 5
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "a" may clash with future reserved word at Main.pl line 1.
Unquoted string "z" may clash with future reserved word at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$h{$_}++for<>=~/./g;print+(@a=grep$h{$_}==1,a..z)==1?@a:Impossible
0