7 lines
68 B
C
Raw Normal View History

2016-05-26 07:34:20 +08:00
#include <stdio.h>
int main()
{
printf("13\n");
return 0;
}