1
0
mirror of https://github.com/Kiritow/OJ-Problems-Source.git synced 2024-03-22 13:11:29 +08:00
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;
}