mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1002.c
This commit is contained in:
parent
6a6bb73ed2
commit
8cd26ab91a
8
SCUT/1002.c
Normal file
8
SCUT/1002.c
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
int a;
|
||||||
|
scanf("%d",&a);
|
||||||
|
printf("%d\n",a);
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user