結果

問題 No.671 1000000007
ユーザー McGregorshMcGregorsh
提出日時 2023-04-04 22:14:48
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 40 ms / 2,000 ms
コード長 38 bytes
コンパイル時間 370 ms
コンパイル使用メモリ 82,204 KB
実行使用メモリ 53,492 KB
最終ジャッジ日時 2024-10-01 12:20:12
合計ジャッジ時間 1,798 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
52,896 KB
testcase_01 AC 36 ms
52,624 KB
testcase_02 AC 35 ms
53,492 KB
testcase_03 AC 36 ms
51,500 KB
testcase_04 AC 40 ms
52,216 KB
testcase_05 AC 35 ms
51,800 KB
testcase_06 AC 39 ms
52,552 KB
testcase_07 AC 35 ms
52,908 KB
testcase_08 AC 37 ms
52,364 KB
testcase_09 AC 36 ms
52,924 KB
testcase_10 AC 36 ms
52,068 KB
testcase_11 AC 35 ms
52,816 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N = input()
print(abs(8 - (len(N)-2)))
0