OJ-Problems-Source/QUSTOJ/1728.c

7 lines
82 B
C

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