static void Main(string[] args)
{
Console.WriteLine(test(5));
}
public static int test(int i)
{
if (i 0 && i
添加回答
举报
0/150
提交
取消