結果
問題 |
No.9000 Hello World! (テスト用)
|
ユーザー |
![]() |
提出日時 | 2015-05-17 15:05:36 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 167 bytes |
コンパイル時間 | 412 ms |
コンパイル使用メモリ | 53,844 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-12-24 20:54:19 |
合計ジャッジ時間 | 828 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
ソースコード
#include<iostream> #include<string> using namespace std; int main(){ int a; cin >> a; cout << "Hello World!" << endl; // cout << a + 0.0001*a << endl; return 0; }