OJ-Problems-Source/QUSTOJ/1729.c

7 lines
98 B
C

#include <stdio.h>
int main()
{
printf("220..284\n1184..1210\n2620..2924\n");
return 0;
}