mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-10 03:38:47 +00:00
A - Four Digits
https://atcoder.jp/contests/abc222/submissions/26449592
This commit is contained in:
parent
88e120aec4
commit
eeff800693
8
AtCoder/ABC222/A/A.c
Normal file
8
AtCoder/ABC222/A/A.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
int n;
|
||||
scanf("%d", &n);
|
||||
printf("%04d\n", n);
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user