結果
| 問題 |
No.975 ミスターマックスバリュ
|
| コンテスト | |
| ユーザー |
%20
|
| 提出日時 | 2020-01-31 21:35:58 |
| 言語 | Perl (5.40.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 60 bytes |
| コンパイル時間 | 354 ms |
| コンパイル使用メモリ | 6,940 KB |
| 実行使用メモリ | 19,200 KB |
| 最終ジャッジ日時 | 2024-09-17 07:20:34 |
| 合計ジャッジ時間 | 974 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 |
| other | WA * 9 |
コンパイルメッセージ
Warning: Use of "exit-1for" without parentheses is ambiguous at Main.pl line 2. Warning: Use of "exit-1for" without parentheses is ambiguous at Main.pl line 3. Name "main::B" used only once: possible typo at Main.pl line 3. Name "main::A" used only once: possible typo at Main.pl line 2. Main.pl syntax OK
ソースコード
<>; $A[$_]++&&exit-1for glob<>; $B[$_]++&&exit-1for glob<>;
%20