結果

問題 No.494 yukicoder
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-28 15:21:23
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 320 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 12,078 ms
コンパイル使用メモリ 418,180 KB
実行使用メモリ 50,996 KB
最終ジャッジ日時 2024-04-29 06:56:07
合計ジャッジ時間 15,253 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 304 ms
50,996 KB
testcase_01 AC 297 ms
50,812 KB
testcase_02 AC 308 ms
50,812 KB
testcase_03 AC 317 ms
50,916 KB
testcase_04 AC 318 ms
50,748 KB
testcase_05 AC 320 ms
50,736 KB
testcase_06 AC 311 ms
50,880 KB
testcase_07 AC 319 ms
50,984 KB
testcase_08 AC 298 ms
50,692 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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