結果

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

ソースコード

diff #

print'a'x<>=~y/a//,a
0