设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 1121|回复: 0
打印 上一主题 下一主题

二维数组顺序初始化哪里错了呢?

[复制链接]
跳转到指定楼层
1#
发表于 2009-11-6 01:56:28 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
#include "iostream.h"
#include "iomanip.h"
int main()
{
    int array1[3][2]={4,2,5,6};
    cout<<"array1"<<endl;
    for(int i=0,i<3,i++)
    {
        for(int j=0,j<2,j++)
        {
            cout<<sew(2)<<array1[i][j];
        }
        cout<<endl;
    }
    return 0;
}

组建里显示
--------------------Configuration: 1 - Win32 Debug--------------------
Compiling...
1.cpp
F:\教育教学\练习\1.cpp(7) : error C2143: syntax error : missing ',' before '<'
F:\教育教学\练习\1.cpp(7) : error C2086: 'i' : redefinition
F:\教育教学\练习\1.cpp(7) : error C2059: syntax error : '<'
F:\教育教学\练习\1.cpp(8) : error C2143: syntax error : missing ';' before '{'
F:\教育教学\练习\1.cpp(9) : error C2143: syntax error : missing ',' before '<'
F:\教育教学\练习\1.cpp(9) : error C2086: 'j' : redefinition
F:\教育教学\练习\1.cpp(9) : error C2059: syntax error : '<'
F:\教育教学\练习\1.cpp(10) : error C2143: synt
您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-19 12:07 , Processed in 0.117680 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表