結果

問題 No.1445 新入生プログラミング鯖
ユーザー fukafukatanifukafukatani
提出日時 2021-06-21 23:18:21
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 848 ms / 2,000 ms
コード長 190 bytes
コンパイル時間 9,301 ms
コンパイル使用メモリ 259,556 KB
実行使用メモリ 63,408 KB
最終ジャッジ日時 2024-06-22 22:55:05
合計ジャッジ時間 21,962 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 809 ms
63,332 KB
testcase_01 AC 827 ms
63,408 KB
testcase_02 AC 823 ms
63,400 KB
testcase_03 AC 821 ms
63,208 KB
testcase_04 AC 848 ms
63,340 KB
testcase_05 AC 810 ms
62,976 KB
testcase_06 AC 822 ms
63,048 KB
testcase_07 AC 814 ms
63,292 KB
testcase_08 AC 832 ms
63,192 KB
testcase_09 AC 821 ms
62,972 KB
testcase_10 AC 818 ms
63,080 KB
testcase_11 AC 817 ms
63,088 KB
testcase_12 AC 813 ms
63,024 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner

object Main extends App {
  val sc = new Scanner(System.in)
  (0 until sc.nextInt).foreach(_ => println("Hello! You're new here, right? It's nice to meet you."))
}
0