結果
問題 |
No.9000 Hello World! (テスト用)
|
ユーザー |
|
提出日時 | 2022-09-04 01:43:43 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 88 ms / 5,000 ms |
コード長 | 194 bytes |
コンパイル時間 | 1,699 ms |
コンパイル使用メモリ | 192,264 KB |
最終ジャッジ日時 | 2025-02-07 02:30:20 |
ジャッジサーバーID (参考情報) |
judge3 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
ソースコード
#include <bits/stdc++.h> using namespace std; #define rep(i, n) for (int i = 0; i < (int)(n); i++) #define Int long long int main() { string S; cin >> S; cout << "Hello World!" << endl; }