Submission #19207

# Submission time Handle Problem Language Result Execution time Memory
19207 2016-02-20T20:24:48 Z wjdtmdrbs88 printf 함수 1 (BSC_0_1) C++
100 / 100
0 ms 1712 KB
#include <bits/stdc++.h>
using namespace std;

int main()
{
	cout <<"Hello World!";
}
# Verdict Execution time Memory Grader output
1 Correct 0 ms 1712 KB Output is correct