제출 #197676

#제출 시각아이디문제언어결과실행 시간메모리
197676joylintpscanf 함수 1 (BSC_0_3)C++17
100 / 100
3 ms504 KiB
#include<bits/stdc++.h>

using namespace std;

signed main()
{
    ios_base::sync_with_stdio(false);
    cin.tie(0);

    int n;
    cin >> n, cout << n << '\n';

    return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...