結果
| 問題 | No.9000 Hello World! (テスト用) |
| ユーザー |
|
| 提出日時 | 2024-09-03 21:02:39 |
| 言語 | C++23 (gcc 15.3.0 + boost 1.92.0 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 1 ms / 5,000 ms |
| + 283µs | |
| コード長 | 335 bytes |
| 記録 | |
| コンパイル時間 | 4,350 ms |
| コンパイル使用メモリ | 374,460 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2026-08-25 11:21:36 |
| 合計ジャッジ時間 | 5,073 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 |
ソースコード
#include <bits/stdc++.h>
#include <atcoder/all>
using namespace std;
using namespace atcoder;
using ll=long long;
using vi=vector<int>;
using vvi=vector<vi>;
using vs=vector<string>;
#define all(s) s.begin(),s.end()
#define rall(s) s.rbegin(),s.rend()
const double PI=3.141592653589793;
int main(){
cout<<"Hello World!"<<endl;
}