OJ-Problems-Source/QUSTOJ/1763.c
2016-05-26 07:39:21 +08:00

7 lines
68 B
C

#include <stdio.h>
int main()
{
return printf("8\n18\n"),0;
}