結果

問題 No.18 うーさー暗号
ユーザー なお
提出日時 2014-12-12 09:16:53
言語 Perl
(5.40.0)
結果
AC  
実行時間 4 ms / 5,000 ms
コード長 42 bytes
コンパイル時間 67 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-07-07 05:33:14
合計ジャッジ時間 573 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 13
権限があれば一括ダウンロードができます
コンパイルメッセージ
Warning: Use of "chr" without parentheses is ambiguous at Main.pl line 1.
Name "main::i" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

print map{chr+(--$i-65+ord)%26+65}<>=~/./g
0