結果

問題 No.203 ゴールデン・ウィーク(1)
ユーザー pypypymipypypymi
提出日時 2022-01-15 11:28:28
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 38 ms / 1,000 ms
コード長 71 bytes
コンパイル時間 515 ms
コンパイル使用メモリ 82,372 KB
実行使用メモリ 53,348 KB
最終ジャッジ日時 2024-05-01 07:46:37
合計ジャッジ時間 2,154 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
52,144 KB
testcase_01 AC 38 ms
52,432 KB
testcase_02 AC 38 ms
52,088 KB
testcase_03 AC 35 ms
53,180 KB
testcase_04 AC 33 ms
52,820 KB
testcase_05 AC 35 ms
53,348 KB
testcase_06 AC 32 ms
52,872 KB
testcase_07 AC 32 ms
52,660 KB
testcase_08 AC 34 ms
52,428 KB
testcase_09 AC 32 ms
53,212 KB
testcase_10 AC 32 ms
52,908 KB
testcase_11 AC 36 ms
51,812 KB
testcase_12 AC 34 ms
52,392 KB
testcase_13 AC 35 ms
52,352 KB
testcase_14 AC 33 ms
52,356 KB
testcase_15 AC 33 ms
52,620 KB
testcase_16 AC 32 ms
52,836 KB
testcase_17 AC 34 ms
52,296 KB
testcase_18 AC 32 ms
51,836 KB
testcase_19 AC 32 ms
53,100 KB
testcase_20 AC 33 ms
52,508 KB
testcase_21 AC 33 ms
52,396 KB
testcase_22 AC 33 ms
52,464 KB
testcase_23 AC 33 ms
52,640 KB
testcase_24 AC 35 ms
52,352 KB
testcase_25 AC 34 ms
52,452 KB
testcase_26 AC 35 ms
52,500 KB
testcase_27 AC 35 ms
52,112 KB
testcase_28 AC 33 ms
51,900 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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