| 提出番号 | 749 |
|---|---|
| 提出者 | Siri |
| 言語 | C++ |
| 提出日時 | 2017-08-01 14:30:49 |
| 問題名 | (16)Hello World! |
| 結果 | AC |
| 点数 | 100% |
| テストケース | 結果 | 得点 | 実行時間 | メモリ使用量 |
|---|---|---|---|---|
| 1 | AC | 100% | 1ms | 8352KB |
#include<iostream>
#include<list>
#include<climits>
#include<string>
#include<algorithm>
#include<functional>
using namespace std;
int main() {
cout << "Hello World!" << endl;
}