結果

問題 No.784 「,(カンマ)」
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 14:49:01
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 358 ms / 2,000 ms
コード長 65 bytes
コンパイル時間 10,181 ms
コンパイル使用メモリ 425,504 KB
実行使用メモリ 51,136 KB
最終ジャッジ日時 2024-09-15 04:25:01
合計ジャッジ時間 15,989 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 340 ms
50,896 KB
testcase_01 AC 346 ms
50,972 KB
testcase_02 AC 345 ms
50,532 KB
testcase_03 AC 336 ms
50,920 KB
testcase_04 AC 358 ms
51,064 KB
testcase_05 AC 345 ms
51,064 KB
testcase_06 AC 341 ms
51,136 KB
testcase_07 AC 343 ms
50,344 KB
testcase_08 AC 340 ms
50,972 KB
testcase_09 AC 337 ms
50,380 KB
testcase_10 AC 338 ms
50,920 KB
testcase_11 AC 332 ms
50,964 KB
testcase_12 AC 336 ms
51,028 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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