Submission #00012
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | #include <iostream> #include <string> #include <stack> #include <queue> #include <set> #include <map> #include <algorithm> #include <functional> #include <vector> #include <cstring> #include <cstdio> #include <cstdlib> using namespace std; signed main(){ cin.tie(0); ios::sync_with_stdio( false ); cout<< "Hello World!\n" ; return 0; } |
ステータス
項目 | データ |
---|---|
問題 | 0001 - Hello World! |
ユーザー名 | ei1841 |
投稿日時 | 2019-05-27 17:00:42 |
言語 | C++ |
状態 | Accepted |
得点 | 1 |
ソースコード長 | 370 Byte |
最大実行時間 | 22 ms |
最大メモリ使用量 | 600 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 1 / 1 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
aaa.txt | AC | 22 ms | 600 KB |
1
|