結果

問題 No.244 ★1のグラフの問題
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-17 20:48:01
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 292 ms / 2,000 ms
コード長 43 bytes
コンパイル時間 9,757 ms
コンパイル使用メモリ 419,012 KB
実行使用メモリ 54,308 KB
最終ジャッジ日時 2024-09-25 06:08:00
合計ジャッジ時間 13,585 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 282 ms
53,984 KB
testcase_01 AC 292 ms
54,096 KB
testcase_02 AC 287 ms
54,308 KB
testcase_03 AC 281 ms
54,284 KB
testcase_04 AC 282 ms
54,136 KB
testcase_05 AC 285 ms
54,288 KB
testcase_06 AC 284 ms
54,192 KB
testcase_07 AC 283 ms
54,132 KB
testcase_08 AC 279 ms
54,188 KB
testcase_09 AC 283 ms
54,164 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println(readLine()!!.toInt()-1)}
0