제출 #657129

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