結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | tkzw_21 |
提出日時 | 2015-03-02 13:44:24 |
言語 | C++11 (gcc 11.4.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 128 bytes |
コンパイル時間 | 1,241 ms |
コンパイル使用メモリ | 158,040 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-24 01:10:29 |
合計ジャッジ時間 | 2,296 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
ソースコード
#include<bits/stdc++.h> using namespace std; int main(void){ int a=0; cout << "Hello World!" << endl; assert(a!=0); return 0; }