結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | rnoir314 |
提出日時 | 2016-03-09 00:59:13 |
言語 | C++11 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 130 bytes |
コンパイル時間 | 490 ms |
コンパイル使用メモリ | 54,700 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-09-24 16:10:44 |
合計ジャッジ時間 | 822 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
ソースコード
#include <iostream> #include <stdio.h> using namespace std; int main() { std::cout << "Hello, world!" << std::endl; return 0; }