結果
問題 |
No.9000 Hello World! (テスト用)
|
ユーザー |
|
提出日時 | 2018-10-16 17:10:52 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 154 bytes |
コンパイル時間 | 454 ms |
コンパイル使用メモリ | 67,580 KB |
最終ジャッジ日時 | 2025-01-06 14:33:30 |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
ソースコード
#include<iostream> #include<string> using namespace std; int main() { string str; cin >> str; cout<<"Hello World!"<<endl; return 0; }