猴子摘了一堆桃子
首先我們分析一下
using System;
using System
using System
namespace ConsoleApplication
class Program {
static void Main(string[] args) {
int total =
for (int i =
{
total = (total + fun(i));
}
Console
Console
static int fun(int n)
{ int f;
f = n ==
return f;
}
}
}
From:http://tw.wingwit.com/Article/program/net/201311/13864.html