結果

問題 No.9000 Hello World! (テスト用)
ユーザー torith
提出日時 2017-03-18 20:41:03
言語 C++11(廃止可能性あり)
(gcc 13.3.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
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 4
権限があれば一括ダウンロードができます

ソースコード

diff #

/*
 * 9000.cpp
 */

//include files
#include<bits/stdc++.h>

using namespace std;

//DEFINE CONSTANT

//DEFINE PROTOTYPE

int main(){

  cout << "Hello World " << endl;
  
}

0