随笔分类 -  C/C++

摘要:#include <iostream> using namespace std ; void Swap(int x, int y) ; int main(void) { int a = 1 ; int b = 2 ; cout << "a = " << a << ", " << "b = " << 阅读全文
posted @ 2015-06-19 14:10 neteasefans 阅读(2842) 评论(0) 推荐(0)