結果
| 問題 | No.638 Sum of "not power of 2" | 
| コンテスト | |
| ユーザー |  %20 | 
| 提出日時 | 2018-01-27 02:11:20 | 
| 言語 | Perl (5.40.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 4 ms / 1,000 ms | 
| コード長 | 52 bytes | 
| コンパイル時間 | 263 ms | 
| コンパイル使用メモリ | 5,376 KB | 
| 実行使用メモリ | 5,248 KB | 
| 最終ジャッジ日時 | 2024-12-30 02:46:22 | 
| 合計ジャッジ時間 | 972 ms | 
| ジャッジサーバーID (参考情報) | judge1 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 2 | 
| other | AC * 12 | 
コンパイルメッセージ
Possible precedence problem on bitwise | operator at Main.pl line 1. Main.pl syntax OK
ソースコード
print$_<3|$_==4?-1:$_&$_-1?"3 $_":"5 ".($_-2)for<>-3
