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