OJ-Problems-Source/QUSTOJ/1740.c

7 lines
68 B
C

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