摘要: #include <iostream> using namespace std; int main() { int n = 1; cout << "输入一个整数: "; cin >> n; if ( ( n & 1 ) == 0) cout << n << " 为偶数。"; else cout << 阅读全文
posted @ 2020-02-26 16:11 Y鱼鱼鱼Y 阅读(523) 评论(0) 推荐(0)