Submission #24694

# Submission time Handle Problem Language Result Execution time Memory
24694 2017-06-12T00:38:01 Z kajebiii printf 함수 1 (BSC_0_1) C++14
100 / 100
0 ms 2020 KB
#include <bits/stdc++.h>

using namespace std;

#define REP(i,n) for(int (i)=0;(i)<(int)(n);(i)++)
#define REPO(i,n) for(int (i)=1; (i)<=(int)(n); (i)++)
#define SZ(v) ((int)(v).size())
#define ALL(v) (v).begin(),(v).end()
#define one first
#define two second
typedef long long ll;
typedef pair<int, int> pi;
const int INF = 0x3f2f1f0f;
const ll LINF = 1ll * INF * INF;

int main() {
	puts("Hello World!");
	return 0;
}


# Verdict Execution time Memory Grader output
1 Correct 0 ms 2020 KB Output is correct