Submission #19206

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

int main()
{
	cout <<"Hello, World!";
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 1712 KB Output isn't correct