笑话有些老了,现在写一个C#版的。

判断一个整数是否是奇数:

判断一个整数是否是奇数(C#版)// 现代流行的"程序员"
判断一个整数是否是奇数(C#版)
public static bool IsOdd(int n) 

相关文章: