标题:初学,不知道哪里出错了
取消只看楼主
bestcln
Rank: 1
等 级:新手上路
帖 子:14
专家分:0
注 册:2007-9-11
 问题点数:0 回复次数:0 
初学,不知道哪里出错了
#include<iostream.h>
void mian()
{
    int a,b;
    double m,n;
    char c,s[20];
    cout<<"Enter int:";
    cin>>a>>b;
    cout<<"Enter double:";
    cin>>m>>n;
    cout<<"Enter char:";
    cin>>c>>s;
    cout<<a<<','<<b<<endl;
    cout<<m<<','<<n<<endl;
    cout<<c<<','<<s<<endl;
}
收到的鲜花
  • zhxhhyqj2008-04-01 18:52 送鲜花  1朵   附言:我很赞同
搜索更多相关主题的帖子: 初学 
2008-03-30 14:00



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-206169-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.258796 second(s), 9 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved