結果

問題 No.494 yukicoder
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-28 15:21:23
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 290 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 14,077 ms
コンパイル使用メモリ 410,976 KB
実行使用メモリ 53,104 KB
最終ジャッジ日時 2023-08-11 14:40:46
合計ジャッジ時間 18,832 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 287 ms
52,428 KB
testcase_01 AC 289 ms
52,416 KB
testcase_02 AC 290 ms
52,664 KB
testcase_03 AC 288 ms
52,424 KB
testcase_04 AC 287 ms
52,700 KB
testcase_05 AC 289 ms
53,104 KB
testcase_06 AC 287 ms
52,400 KB
testcase_07 AC 287 ms
52,684 KB
testcase_08 AC 288 ms
52,624 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println("yukicoder"[readLine()!!.indexOf("?")])}
0