답안 #968535

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
968535 2024-04-23T14:52:31 Z spcpl main 함수 (BSC_0_0) C++17
0 / 100
0 ms 348 KB
#include <bits/stdc++.h>
using namespace std;
#define endl "\n"
int main()
{
  cout << "Hello, World!" << endl;
  return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -