OJ-Problems-Source/QUSTOJ/1728.c

7 lines
82 B
C
Raw Normal View History

2016-05-21 12:34:42 +08:00
#include <stdio.h>
int main()
{
printf("153 370 371 407 \n");
return 0;
}