結果
| 問題 |
No.8102 Guess and fill in the blank
|
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2023-03-31 23:16:06 |
| 言語 | Perl (5.40.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 125 bytes |
| コンパイル時間 | 285 ms |
| コンパイル使用メモリ | 6,944 KB |
| 実行使用メモリ | 6,948 KB |
| 最終ジャッジ日時 | 2024-09-23 02:20:57 |
| 合計ジャッジ時間 | 721 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 3 RE * 2 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
$n=<>;
if($n==1){
print 7;
}
if($n==2){
exit 1;
}
if($n==3){
exit 1;
}
if($n==4){
print 2910;
}
if($n==5){
print 222;
}
tails