結果

問題 No.1329 Square Sqsq
ユーザー marroncastlemarroncastle
提出日時 2021-01-20 19:01:32
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 49 ms / 2,000 ms
コード長 47 bytes
コンパイル時間 304 ms
コンパイル使用メモリ 82,292 KB
実行使用メモリ 71,420 KB
最終ジャッジ日時 2024-06-02 12:03:31
合計ジャッジ時間 2,432 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 34 ms
52,600 KB
testcase_01 AC 31 ms
52,484 KB
testcase_02 AC 33 ms
52,024 KB
testcase_03 AC 44 ms
70,604 KB
testcase_04 AC 45 ms
70,728 KB
testcase_05 AC 49 ms
71,420 KB
testcase_06 AC 46 ms
71,024 KB
testcase_07 AC 45 ms
70,404 KB
testcase_08 AC 45 ms
70,972 KB
testcase_09 AC 47 ms
70,984 KB
testcase_10 AC 44 ms
70,864 KB
testcase_11 AC 46 ms
70,736 KB
testcase_12 AC 46 ms
70,872 KB
testcase_13 AC 47 ms
70,296 KB
testcase_14 AC 40 ms
61,036 KB
testcase_15 AC 37 ms
58,320 KB
testcase_16 AC 33 ms
52,168 KB
testcase_17 AC 37 ms
60,424 KB
testcase_18 AC 42 ms
64,964 KB
testcase_19 AC 42 ms
63,828 KB
testcase_20 AC 37 ms
59,212 KB
testcase_21 AC 37 ms
59,244 KB
testcase_22 AC 45 ms
69,484 KB
testcase_23 AC 41 ms
62,948 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print((len(list(map(int,list(input()))))+1)//2)
0