제출 #497653

#제출 시각아이디문제언어결과실행 시간메모리
497653hgmhcscanf 함수 1 (BSC_0_3)C++17
100 / 100
1 ms296 KiB
#include <bits/stdc++.h>
using namespace std;

int main() {
  int n; cin >> n;
  cout << n;
}
#Verdict Execution timeMemoryGrader output
Fetching results...