結果

問題 No.784 「,(カンマ)」
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 14:49:01
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 325 ms / 2,000 ms
コード長 65 bytes
コンパイル時間 10,192 ms
コンパイル使用メモリ 413,772 KB
実行使用メモリ 55,432 KB
最終ジャッジ日時 2023-10-13 07:08:58
合計ジャッジ時間 15,990 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 306 ms
53,556 KB
testcase_01 AC 308 ms
53,376 KB
testcase_02 AC 306 ms
53,652 KB
testcase_03 AC 301 ms
53,596 KB
testcase_04 AC 312 ms
53,480 KB
testcase_05 AC 325 ms
53,544 KB
testcase_06 AC 313 ms
53,584 KB
testcase_07 AC 305 ms
53,572 KB
testcase_08 AC 306 ms
53,532 KB
testcase_09 AC 312 ms
53,512 KB
testcase_10 AC 309 ms
55,432 KB
testcase_11 AC 311 ms
53,564 KB
testcase_12 AC 306 ms
53,568 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println(String.format("%,d", readLine()!!.toLong()))}
0