結果

問題 No.203 ゴールデン・ウィーク(1)
ユーザー pypypymipypypymi
提出日時 2022-01-15 11:28:28
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 73 ms / 1,000 ms
コード長 71 bytes
コンパイル時間 448 ms
コンパイル使用メモリ 87,080 KB
実行使用メモリ 71,628 KB
最終ジャッジ日時 2023-08-13 14:52:07
合計ジャッジ時間 4,026 ms
ジャッジサーバーID
(参考情報)
judge10 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 59 ms
71,452 KB
testcase_01 AC 60 ms
71,564 KB
testcase_02 AC 57 ms
71,428 KB
testcase_03 AC 63 ms
71,488 KB
testcase_04 AC 60 ms
71,556 KB
testcase_05 AC 60 ms
71,428 KB
testcase_06 AC 60 ms
71,628 KB
testcase_07 AC 59 ms
71,276 KB
testcase_08 AC 61 ms
71,436 KB
testcase_09 AC 61 ms
71,476 KB
testcase_10 AC 60 ms
71,360 KB
testcase_11 AC 59 ms
71,552 KB
testcase_12 AC 60 ms
71,456 KB
testcase_13 AC 59 ms
71,328 KB
testcase_14 AC 59 ms
71,428 KB
testcase_15 AC 73 ms
71,164 KB
testcase_16 AC 61 ms
71,424 KB
testcase_17 AC 61 ms
71,560 KB
testcase_18 AC 60 ms
71,464 KB
testcase_19 AC 62 ms
71,356 KB
testcase_20 AC 62 ms
71,164 KB
testcase_21 AC 64 ms
71,496 KB
testcase_22 AC 65 ms
71,116 KB
testcase_23 AC 62 ms
71,316 KB
testcase_24 AC 62 ms
71,360 KB
testcase_25 AC 61 ms
71,568 KB
testcase_26 AC 59 ms
71,432 KB
testcase_27 AC 60 ms
71,396 KB
testcase_28 AC 61 ms
71,456 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

c1 = input()
c2 = input()
c_a = c1 + c2
print(len(max(c_a.split("x"))))
0