Submission #968535

#TimeUsernameProblemLanguageResultExecution timeMemory
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...