結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | torith |
提出日時 | 2017-03-18 20:41:03 |
言語 | C++11 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 175 bytes |
コンパイル時間 | 1,121 ms |
コンパイル使用メモリ | 157,160 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-07-04 19:30:20 |
合計ジャッジ時間 | 1,510 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
ソースコード
/* * 9000.cpp */ //include files #include<bits/stdc++.h> using namespace std; //DEFINE CONSTANT //DEFINE PROTOTYPE int main(){ cout << "Hello World " << endl; }