結果

問題 No.395 永遠の17歳
ユーザー ohanaohana
提出日時 2023-10-13 16:37:37
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 48 bytes
コンパイル時間 1,478 ms
コンパイル使用メモリ 86,708 KB
実行使用メモリ 71,472 KB
最終ジャッジ日時 2023-10-13 16:37:43
合計ジャッジ時間 3,454 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 70 ms
71,116 KB
testcase_01 AC 65 ms
71,408 KB
testcase_02 AC 62 ms
71,208 KB
testcase_03 AC 62 ms
71,156 KB
testcase_04 AC 62 ms
71,216 KB
testcase_05 AC 62 ms
71,152 KB
testcase_06 WA -
testcase_07 AC 64 ms
71,184 KB
testcase_08 AC 62 ms
71,444 KB
testcase_09 WA -
testcase_10 AC 63 ms
71,472 KB
testcase_11 AC 62 ms
71,216 KB
testcase_12 AC 62 ms
71,112 KB
testcase_13 AC 61 ms
71,212 KB
testcase_14 AC 63 ms
71,360 KB
testcase_15 AC 62 ms
71,280 KB
testcase_16 AC 70 ms
71,404 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(n - 7 if (n := int(input())) > 7 else -1)
0