結果
| 問題 |
No.18 うーさー暗号
|
| コンテスト | |
| ユーザー |
angel_p_57
|
| 提出日時 | 2016-04-05 21:16:25 |
| 言語 | Perl (5.40.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 37 bytes |
| コンパイル時間 | 342 ms |
| コンパイル使用メモリ | 6,948 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-10-04 02:04:48 |
| 合計ジャッジ時間 | 959 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 13 |
コンパイルメッセージ
Name "main::i" used only once: possible typo at Main.pl line 1. Main.pl syntax OK
ソースコード
print chr 65+(--$i+ord)%26for<>=~/./g
angel_p_57