結果
| 問題 |
No.8023 素数判定するだけ
|
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2017-03-31 22:38:07 |
| 言語 | Perl (5.40.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 31 bytes |
| コンパイル時間 | 30 ms |
| コンパイル使用メモリ | 6,688 KB |
| 実行使用メモリ | 6,948 KB |
| 最終ジャッジ日時 | 2024-07-07 04:58:06 |
| 合計ジャッジ時間 | 3,239 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 25 |
コンパイルメッセージ
Unquoted string "a" may clash with future reserved word at Main.pl line 1. Main.pl syntax OK
ソースコード
print`factor`=~y/ //^!!a?NO:YES
tails