# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1170526 | Trn115 | scanf 함수 2 (BSC_0_4) | C++20 | 0 ms | 328 KiB |
#include <bits/stdc++.h>
#define int long long
#define fi first
#define se second
#define all(v) v.begin(), v.end()
using namespace std;
constexpr int N = 2e5 + 5;
constexpr int MOD = 1e9 + 7;
constexpr int inf = 1e18;
signed main() {
cin.tie(0)->sync_with_stdio(0);
int x; cin >> x;
cout << setw(3) << setfill('0') << x;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |