查看会员资料

用 户 名:文

转帐 | 发送消息
  • Email:
    用户隐藏
  • Icq/MSN:
    qq
  • 电话号码:
  • Homepage:
  • 会员简介:
    这家伙很懒,什么都没留下!

最新会员发布资源

  1. datastruct

    0下载量:
  2. 通过反序输出整数,实现了一个整数的反序输出。很好的实现了反序功能。-#include<iostream> using namespace std int main() {int a,b=0 cout<<"please input the integer:"<<endl cin>>a while(a) {b=b*10+a 10 a/=10 } cout<<"the end is"<<
  3. 所属分类:其他小程序

    • 发布日期:2025-06-27
    • 文件大小:4096

源码中国 www.ymcn.org