제출 #968535

#제출 시각아이디문제언어결과실행 시간메모리
968535spcplmain 함수 (BSC_0_0)C++17
0 / 100
0 ms348 KiB
#include <bits/stdc++.h> using namespace std; #define endl "\n" int main() { cout << "Hello, World!" << endl; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...