OJ-Problems-Source/QUSTOJ/1729.c

7 lines
98 B
C
Raw Normal View History

2016-05-21 12:35:50 +08:00
#include <stdio.h>
int main()
{
printf("220..284\n1184..1210\n2620..2924\n");
return 0;
}