結果

問題 No.327 アルファベット列
ユーザー tailstails
提出日時 2015-12-20 14:15:56
言語 Perl
(5.38.2)
結果
CE  
(最新)
AC  
(最初)
実行時間 -
コード長 49 bytes
コンパイル時間 34 ms
コンパイル使用メモリ 6,944 KB
最終ジャッジ日時 2024-04-27 02:16:40
合計ジャッジ時間 378 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。

コンパイルメッセージ
Scalar found where operator expected (Missing operator before "$n"?) at Main.pl line 1, near "s//(A..Z)[$n%26]/euntil$n"
Unknown regexp modifier "/t" at Main.pl line 1, near "- "
Regexp modifiers "/u" and "/l" are mutually exclusive at Main.pl line 1, near "- "
syntax error at Main.pl line 1, near "s//(A..Z)[$n%26]/euntil$n"
Main.pl had compilation errors.

ソースコード

diff #

$n=<>;$n=$n/26- s//(A..Z)[$n%26]/euntil$n<0;print
0