結果

問題 No.83 最大マッチング
ユーザー なおなお
提出日時 2014-12-03 00:37:39
言語 Perl
(5.38.2)
結果
RE  
実行時間 -
コード長 39 bytes
コンパイル時間 243 ms
コンパイル使用メモリ 5,380 KB
実行使用メモリ 4,688 KB
最終ジャッジ日時 2023-09-02 01:20:11
合計ジャッジ時間 942 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 AC 2 ms
4,540 KB
testcase_02 WA -
testcase_03 AC 2 ms
4,468 KB
testcase_04 WA -
testcase_05 AC 2 ms
4,644 KB
testcase_06 WA -
testcase_07 AC 2 ms
4,512 KB
testcase_08 WA -
testcase_09 AC 2 ms
4,600 KB
testcase_10 AC 2 ms
4,672 KB
testcase_11 AC 3 ms
4,548 KB
testcase_12 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$n=<>;print+("7")[$n%2-1].'1'x($n-3>>1)
0