OJ-Problems-Source/QUSTOJ/1763.c

7 lines
68 B
C

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