結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | Min_25 |
提出日時 | 2015-12-03 13:48:56 |
言語 | C++11 (gcc 11.4.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 90 bytes |
コンパイル時間 | 228 ms |
コンパイル使用メモリ | 21,376 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-09-14 08:27:24 |
合計ジャッジ時間 | 1,134 ms |
ジャッジサーバーID (参考情報) |
judge6 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
ソースコード
#include <cassert> #include <cstdio> int main() { assert(0); puts("Hello World!"); }