結果

問題 No.587 七対子
ユーザー tails
提出日時 2017-11-03 23:22:11
言語 Perl
(5.40.0)
結果
AC  
実行時間 3 ms / 2,000 ms
コード長 65 bytes
コンパイル時間 38 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-07-19 19:44:02
合計ジャッジ時間 965 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 35
権限があれば一括ダウンロードができます
コンパイルメッセージ
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.
Possible precedence problem on bitwise | operator at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

print grep(++$$_>2,<>=~/./g)|(@b=grep$$_==1,a..z)>1?Impossible:@b
0