摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int main() { 7 int x; 8 while(cin >> x) { 9 x = (x & 1) ? ( ( x & ((-... 阅读全文
posted @ 2015-09-30 16:36 悠悠我心。 阅读(252) 评论(0) 推荐(0) 编辑