結果

問題 No.558 575検出するやつ
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-17 21:02:17
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 298 ms / 2,000 ms
コード長 61 bytes
コンパイル時間 11,159 ms
コンパイル使用メモリ 424,572 KB
実行使用メモリ 56,948 KB
最終ジャッジ日時 2024-09-25 06:09:31
合計ジャッジ時間 16,653 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 291 ms
56,760 KB
testcase_01 AC 289 ms
56,596 KB
testcase_02 AC 294 ms
56,596 KB
testcase_03 AC 292 ms
56,948 KB
testcase_04 AC 288 ms
56,588 KB
testcase_05 AC 292 ms
56,792 KB
testcase_06 AC 288 ms
56,872 KB
testcase_07 AC 288 ms
56,756 KB
testcase_08 AC 297 ms
56,580 KB
testcase_09 AC 290 ms
56,828 KB
testcase_10 AC 288 ms
56,752 KB
testcase_11 AC 294 ms
56,860 KB
testcase_12 AC 290 ms
56,628 KB
testcase_13 AC 289 ms
56,888 KB
testcase_14 AC 292 ms
56,852 KB
testcase_15 AC 290 ms
56,876 KB
testcase_16 AC 294 ms
56,840 KB
testcase_17 AC 295 ms
56,844 KB
testcase_18 AC 298 ms
56,892 KB
testcase_19 AC 296 ms
56,592 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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