제출 #197286

#제출 시각아이디문제언어결과실행 시간메모리
197286arnold518printf 함수 1 (BSC_0_1)C++14
100 / 100
2 ms384 KiB
#include <bits/stdc++.h> using namespace std; int main() { printf("Hello World!"); }
#Verdict Execution timeMemoryGrader output
Fetching results...