leihen0218 发表于 2018-5-23 15:10:30

请大神帮忙看看

#include <stdio.h>

void main()
{
        int i, j, max, heng shu;
        int a;
       
        for(i=0; i < 3; i++)
        {
                for(j=0; j < 4; j++)
                {
                        scanf("%d",&a);
                       
                }
        }
        max = a;
        for(i=0; i < 3; i++)
        {
                for(j=0; j < 4; j++)
                {
                       
                        if(a >= max)
                        {
                                max = a;       
                        }
                }
               
        }
        printf("%d",max);
       
       
}
这个老提示error C2109: subscript requires array or pointer type这个为啥

wjp 发表于 2018-5-23 15:46:38

heng shu;这少了个逗号.......

leihen0218 发表于 2018-5-23 15:51:37

本帖最后由 leihen0218 于 2018-5-23 15:53 编辑

wjp 发表于 2018-5-23 15:46
heng shu;这少了个逗号.......

还真是,十分感谢,忘了删除了
页: [1]
查看完整版本: 请大神帮忙看看