結果
問題 |
No.1445 新入生プログラミング鯖
|
ユーザー |
![]() |
提出日時 | 2025-06-12 14:14:39 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 101 bytes |
コンパイル時間 | 330 ms |
コンパイル使用メモリ | 82,324 KB |
実行使用メモリ | 53,944 KB |
最終ジャッジ日時 | 2025-06-12 14:14:47 |
合計ジャッジ時間 | 1,324 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 2 |
other | AC * 1 WA * 9 |
ソースコード
n = int(input()) message = "Hello! You're new here, right? It's nice to meet you." print(message * n)