mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1725.c
This commit is contained in:
parent
9d2a1b8d84
commit
296ba95807
10
QUSTOJ/1725.c
Normal file
10
QUSTOJ/1725.c
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
printf("0\t25\t75\n4\t18\t78\n8\t11\t81\n12\t4\t84\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user