제출 #1249040

#제출 시각아이디문제언어결과실행 시간메모리
1249040exoworldgdscanf 함수 2 (BSC_0_4)C++20
100 / 100
0 ms328 KiB
#pragma GCC optimize("O5") #pragma GCC target("avx2,bmi,bmi2,popcnt,lzcnt") #include <bits/stdc++.h> #define int long long #define exoworldgd cin.tie(0)->sync_with_stdio(0),cout.tie(0) using namespace std; signed main(void) { exoworldgd; string s; cin >> s; for (int i=s.size(); i < 3; i++) cout << 0; cout << s; }
#Verdict Execution timeMemoryGrader output
Fetching results...