結果
| 問題 | No.71 そろばん | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2014-12-17 01:07:55 | 
| 言語 | Perl (5.40.0) | 
| 結果 | 
                                RE
                                 
                             | 
| 実行時間 | - | 
| コード長 | 21 bytes | 
| コンパイル時間 | 128 ms | 
| コンパイル使用メモリ | 5,376 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-06-11 22:39:15 | 
| 合計ジャッジ時間 | 884 ms | 
| ジャッジサーバーID (参考情報) | judge1 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | RE * 3 | 
| other | RE * 20 | 
コンパイルメッセージ
Useless use of right bitshift (>>) in void context at Main.pl line 1. Main.pl syntax OK
ソースコード
$n=<>;say$n*(4+$n)>>2
