結果

問題 No.203 ゴールデン・ウィーク(1)
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 15:28:32
言語 Kotlin
(1.9.23)
結果
RE  
実行時間 -
コード長 112 bytes
コンパイル時間 11,686 ms
コンパイル使用メモリ 418,720 KB
実行使用メモリ 53,484 KB
最終ジャッジ日時 2023-10-13 07:16:28
合計ジャッジ時間 21,501 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 291 ms
53,484 KB
testcase_01 RE -
testcase_02 AC 291 ms
53,288 KB
testcase_03 AC 298 ms
53,072 KB
testcase_04 AC 287 ms
53,248 KB
testcase_05 AC 292 ms
52,992 KB
testcase_06 AC 290 ms
53,012 KB
testcase_07 AC 289 ms
52,960 KB
testcase_08 AC 291 ms
53,220 KB
testcase_09 AC 293 ms
53,032 KB
testcase_10 AC 289 ms
52,996 KB
testcase_11 AC 290 ms
53,248 KB
testcase_12 AC 295 ms
53,000 KB
testcase_13 AC 294 ms
53,004 KB
testcase_14 AC 293 ms
52,968 KB
testcase_15 AC 292 ms
52,992 KB
testcase_16 AC 292 ms
52,988 KB
testcase_17 AC 294 ms
53,028 KB
testcase_18 AC 290 ms
52,988 KB
testcase_19 AC 296 ms
53,060 KB
testcase_20 AC 292 ms
53,020 KB
testcase_21 AC 289 ms
53,272 KB
testcase_22 AC 290 ms
52,980 KB
testcase_23 AC 289 ms
53,088 KB
testcase_24 AC 290 ms
53,216 KB
testcase_25 AC 291 ms
52,888 KB
testcase_26 AC 293 ms
52,968 KB
testcase_27 AC 290 ms
53,068 KB
testcase_28 AC 289 ms
53,232 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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