結果

問題 No.203 ゴールデン・ウィーク(1)
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 15:28:32
言語 Kotlin
(1.9.23)
結果
RE  
実行時間 -
コード長 112 bytes
コンパイル時間 11,312 ms
コンパイル使用メモリ 435,756 KB
実行使用メモリ 57,092 KB
最終ジャッジ日時 2024-09-15 04:32:07
合計ジャッジ時間 21,906 ms
ジャッジサーバーID
(参考情報)
judge6 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 316 ms
56,640 KB
testcase_01 RE -
testcase_02 AC 317 ms
56,644 KB
testcase_03 AC 317 ms
56,616 KB
testcase_04 AC 317 ms
56,808 KB
testcase_05 AC 315 ms
56,532 KB
testcase_06 AC 317 ms
56,640 KB
testcase_07 AC 315 ms
56,708 KB
testcase_08 AC 318 ms
56,692 KB
testcase_09 AC 314 ms
56,692 KB
testcase_10 AC 314 ms
56,716 KB
testcase_11 AC 316 ms
56,688 KB
testcase_12 AC 319 ms
56,644 KB
testcase_13 AC 314 ms
56,632 KB
testcase_14 AC 319 ms
56,496 KB
testcase_15 AC 319 ms
56,768 KB
testcase_16 AC 316 ms
56,620 KB
testcase_17 AC 316 ms
56,492 KB
testcase_18 AC 314 ms
56,472 KB
testcase_19 AC 315 ms
56,612 KB
testcase_20 AC 318 ms
56,776 KB
testcase_21 AC 319 ms
56,700 KB
testcase_22 AC 317 ms
56,816 KB
testcase_23 AC 318 ms
56,772 KB
testcase_24 AC 317 ms
56,784 KB
testcase_25 AC 315 ms
56,488 KB
testcase_26 AC 313 ms
56,612 KB
testcase_27 AC 319 ms
56,800 KB
testcase_28 AC 319 ms
56,472 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println((readLine()!!+readLine()!!).split("x").filter{it.isNotEmpty()}.map{it.count{it=='o'}}.max())}
0