日期:2014-05-17 浏览次数:20758 次
class Program
{
static void Main(string[] args)
{
int X , Y ;
int t1;
int t2;
int t1_0 = 0;
int t2_0 = 0;
int z = Int32.Parse(Console.ReadLine());
if (z > 14)
{
for (X = 0; (X-1) * 7 <= z; X++)
{
for (Y = 0; (Y-1) * 5 <= z; Y++)
{
if (z <= X * 7 + Y * 5 - 1)