結果
| 問題 |
No.9000 Hello World! (テスト用)
|
| ユーザー |
Tawara
|
| 提出日時 | 2016-07-22 13:05:09 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 212 bytes |
| コンパイル時間 | 450 ms |
| コンパイル使用メモリ | 53,360 KB |
| 実行使用メモリ | 6,820 KB |
| 最終ジャッジ日時 | 2024-11-06 08:06:24 |
| 合計ジャッジ時間 | 1,384 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 4 |
ソースコード
#include <stdio.h>
#include <iostream>
#include <string>
using namespace std;
#define range(i,a,b) for(int i=(a); i < (b); i++)
#define rep(i,n) range(i,0,n)
int main(){
throw "exception test !";
return 0;
}
Tawara