那一夜....
风在刮,雨在下

随笔分类 -  C++

C++实现整数反序输出
摘要:// 2.cpp : Defines the entry point for the console application.// 整数反序输出#include "stdafx.h"#include "iostream.h" void main () { int a,b,c; ... 阅读全文
posted @ 2014-10-19 13:45 暮雨倾晨 阅读(2888) 评论(0) 推荐(0)