結果
問題 |
No.1445 新入生プログラミング鯖
|
ユーザー |
![]() |
提出日時 | 2021-04-05 10:54:48 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 190 bytes |
コンパイル時間 | 853 ms |
コンパイル使用メモリ | 62,436 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-12-30 13:59:35 |
合計ジャッジ時間 | 1,566 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 10 |
ソースコード
#include <iostream> using namespace std; int main() { int N; cin >> N; for (int i = 1; i <= N; i++) { cout << "Hello!You're new here, right? It's nice to meet you.\n"; } return 0; }