結果

問題 No.1643 Not Substring
ユーザー kotatsugame
提出日時 2021-08-13 21:21:56
言語 Perl
(5.40.0)
結果
WA  
実行時間 -
コード長 32 bytes
コンパイル時間 564 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-10-03 20:50:14
合計ジャッジ時間 1,349 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 9 WA * 17
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "a" may clash with future reserved word at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$_=<>;$s.=a while/$s/;print$s,$/
0