結果

問題 No.1445 新入生プログラミング鯖
ユーザー Basin-BugBasin-Bug
提出日時 2023-07-16 10:23:38
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 36 ms / 2,000 ms
コード長 100 bytes
コンパイル時間 163 ms
コンパイル使用メモリ 82,076 KB
実行使用メモリ 53,200 KB
最終ジャッジ日時 2024-09-17 12:40:02
合計ジャッジ時間 1,062 ms
ジャッジサーバーID
(参考情報)
judge4 / judge6
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 34 ms
51,972 KB
testcase_01 AC 33 ms
52,812 KB
testcase_02 AC 36 ms
51,868 KB
testcase_03 AC 36 ms
52,356 KB
testcase_04 AC 31 ms
51,752 KB
testcase_05 AC 30 ms
53,200 KB
testcase_06 AC 30 ms
51,760 KB
testcase_07 AC 29 ms
52,172 KB
testcase_08 AC 30 ms
52,024 KB
testcase_09 AC 30 ms
51,752 KB
testcase_10 AC 29 ms
51,724 KB
testcase_11 AC 30 ms
52,224 KB
testcase_12 AC 30 ms
53,128 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N = int(input())
for i in range(N):
  print("Hello! You're new here, right? It's nice to meet you.")
0