OJ-Problems-Source/QUSTOJ/1728.c
2016-05-21 12:34:42 +08:00

7 lines
82 B
C

#include <stdio.h>
int main()
{
printf("153 370 371 407 \n");
return 0;
}