結果

問題 No.244 ★1のグラフの問題
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-17 20:48:01
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 275 ms / 2,000 ms
コード長 43 bytes
コンパイル時間 10,959 ms
コンパイル使用メモリ 420,464 KB
実行使用メモリ 51,776 KB
最終ジャッジ日時 2023-10-25 21:30:21
合計ジャッジ時間 13,495 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 267 ms
51,760 KB
testcase_01 AC 267 ms
51,756 KB
testcase_02 AC 266 ms
51,752 KB
testcase_03 AC 265 ms
51,756 KB
testcase_04 AC 263 ms
51,772 KB
testcase_05 AC 265 ms
51,768 KB
testcase_06 AC 275 ms
51,768 KB
testcase_07 AC 264 ms
51,776 KB
testcase_08 AC 264 ms
51,756 KB
testcase_09 AC 266 ms
51,768 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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