제출 #657123

#제출 시각아이디문제언어결과실행 시간메모리
657123pbhatprintf 함수 1 (BSC_0_1)C++17
0 / 100
0 ms212 KiB
#include <iostream>
using namespace std;
int main() {
  cout << "Hello, World!" << "\n";
  return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...