OJ-Problems-Source/HDOJ/3337_autoAC.cpp

6 lines
55 B
C++
Raw Normal View History

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