結果

問題 No.1329 Square Sqsq
ユーザー O2MTO2MT
提出日時 2021-02-16 01:06:17
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 42 ms / 2,000 ms
コード長 54 bytes
コンパイル時間 230 ms
コンパイル使用メモリ 82,568 KB
実行使用メモリ 54,248 KB
最終ジャッジ日時 2024-07-23 16:38:59
合計ジャッジ時間 2,626 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
52,016 KB
testcase_01 AC 37 ms
52,924 KB
testcase_02 AC 36 ms
52,872 KB
testcase_03 AC 37 ms
52,384 KB
testcase_04 AC 37 ms
52,868 KB
testcase_05 AC 38 ms
52,920 KB
testcase_06 AC 38 ms
54,080 KB
testcase_07 AC 38 ms
54,248 KB
testcase_08 AC 38 ms
52,876 KB
testcase_09 AC 42 ms
52,868 KB
testcase_10 AC 38 ms
52,404 KB
testcase_11 AC 38 ms
53,716 KB
testcase_12 AC 38 ms
53,744 KB
testcase_13 AC 38 ms
53,748 KB
testcase_14 AC 39 ms
53,268 KB
testcase_15 AC 36 ms
53,008 KB
testcase_16 AC 37 ms
52,128 KB
testcase_17 AC 37 ms
53,076 KB
testcase_18 AC 38 ms
52,444 KB
testcase_19 AC 37 ms
53,456 KB
testcase_20 AC 37 ms
52,592 KB
testcase_21 AC 37 ms
52,084 KB
testcase_22 AC 38 ms
53,216 KB
testcase_23 AC 37 ms
53,140 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from math import ceil
print(ceil(len(str(input()))/2))
0