結果

問題 No.1329 Square Sqsq
ユーザー marroncastlemarroncastle
提出日時 2021-01-20 19:01:32
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 86 ms / 2,000 ms
コード長 47 bytes
コンパイル時間 1,975 ms
コンパイル使用メモリ 86,108 KB
実行使用メモリ 83,236 KB
最終ジャッジ日時 2023-08-24 22:59:37
合計ジャッジ時間 4,009 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 70 ms
71,100 KB
testcase_01 AC 70 ms
71,096 KB
testcase_02 AC 72 ms
71,008 KB
testcase_03 AC 86 ms
83,080 KB
testcase_04 AC 81 ms
82,924 KB
testcase_05 AC 82 ms
83,024 KB
testcase_06 AC 82 ms
82,964 KB
testcase_07 AC 82 ms
83,220 KB
testcase_08 AC 82 ms
83,036 KB
testcase_09 AC 81 ms
83,236 KB
testcase_10 AC 81 ms
82,960 KB
testcase_11 AC 83 ms
83,020 KB
testcase_12 AC 82 ms
82,912 KB
testcase_13 AC 81 ms
83,032 KB
testcase_14 AC 76 ms
76,560 KB
testcase_15 AC 75 ms
75,360 KB
testcase_16 AC 72 ms
71,020 KB
testcase_17 AC 76 ms
76,156 KB
testcase_18 AC 76 ms
79,040 KB
testcase_19 AC 78 ms
78,512 KB
testcase_20 AC 74 ms
75,672 KB
testcase_21 AC 75 ms
75,280 KB
testcase_22 AC 80 ms
82,032 KB
testcase_23 AC 76 ms
77,740 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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