結果

問題 No.558 575検出するやつ
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-17 21:02:17
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 293 ms / 2,000 ms
コード長 61 bytes
コンパイル時間 9,688 ms
コンパイル使用メモリ 426,584 KB
実行使用メモリ 54,320 KB
最終ジャッジ日時 2023-10-25 21:34:47
合計ジャッジ時間 16,843 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 292 ms
54,312 KB
testcase_01 AC 293 ms
54,308 KB
testcase_02 AC 292 ms
54,304 KB
testcase_03 AC 287 ms
54,308 KB
testcase_04 AC 281 ms
54,316 KB
testcase_05 AC 280 ms
54,312 KB
testcase_06 AC 278 ms
54,316 KB
testcase_07 AC 276 ms
54,312 KB
testcase_08 AC 279 ms
54,312 KB
testcase_09 AC 278 ms
54,320 KB
testcase_10 AC 278 ms
54,308 KB
testcase_11 AC 275 ms
54,312 KB
testcase_12 AC 278 ms
54,312 KB
testcase_13 AC 279 ms
54,312 KB
testcase_14 AC 277 ms
54,312 KB
testcase_15 AC 280 ms
54,316 KB
testcase_16 AC 280 ms
54,316 KB
testcase_17 AC 278 ms
54,312 KB
testcase_18 AC 278 ms
54,312 KB
testcase_19 AC 280 ms
54,316 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println(if("575" in readLine()!!)"YES" else "NO")}
0