Submission #24694

#TimeUsernameProblemLanguageResultExecution timeMemory
24694kajebiiiprintf 함수 1 (BSC_0_1)C++14
100 / 100
0 ms2020 KiB
#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 timeMemoryGrader output
Fetching results...