結果

問題 No.1445 新入生プログラミング鯖
ユーザー face4face4
提出日時 2021-04-07 20:58:35
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 294 ms / 2,000 ms
コード長 126 bytes
コンパイル時間 11,687 ms
コンパイル使用メモリ 417,280 KB
実行使用メモリ 54,104 KB
最終ジャッジ日時 2024-06-23 01:21:10
合計ジャッジ時間 16,596 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 289 ms
51,176 KB
testcase_01 AC 287 ms
54,104 KB
testcase_02 AC 293 ms
49,860 KB
testcase_03 AC 289 ms
49,488 KB
testcase_04 AC 293 ms
49,900 KB
testcase_05 AC 291 ms
49,832 KB
testcase_06 AC 290 ms
49,772 KB
testcase_07 AC 287 ms
49,548 KB
testcase_08 AC 288 ms
49,840 KB
testcase_09 AC 294 ms
49,708 KB
testcase_10 AC 290 ms
49,752 KB
testcase_11 AC 288 ms
49,588 KB
testcase_12 AC 285 ms
49,756 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){
    repeat(readLine()!!.toInt()){
        println("Hello! You're new here, right? It's nice to meet you.")
    }
}
0