제출 #209741

#제출 시각아이디문제언어결과실행 시간메모리
209741kapselscanf 함수 1 (BSC_0_3)C++14
100 / 100
5 ms256 KiB
#include <bits/stdc++.h>

using namespace std;

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