摘要:
题:输入一个5位的正整数,逐位获取各位的数字,并将之进行逆序输出。注:这是C++写的程序,主体同学们应该能够看明白。其中,cin 和 cout 是用来进行数据的输入和输出的,相当于C语言中的scanf和printf。 // numberReverse.cpp : Defines the entry point for the console application.// #include "std... 阅读全文
posted @ 2005-11-07 21:48
大牛
阅读(318)
评论(0)
推荐(0)
浙公网安备 33010602011771号