鱼C论坛

 找回密码
 立即注册
查看: 1718|回复: 3

求助 为什么出那么多的错误

[复制链接]
发表于 2015-2-23 23:15:52 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
#include <stdio.h>
void printfchars(int x,int y)
int a[3][4]={1,2,3,4,5,6,7,8,9,10,11,12};
    int b,c,z;
    int *p;

void main()
{
       
        printf("i=");
        scanf("%d",&b);
        if(b<0||b>2)
        {
        printf("i=");
            scanf("%d",&b);
        }
    printf("j=");
        scanf("%d",&c);
        if(c<0||c>3)
        {
        printf("j=");
            scanf("%d",&c);
        }
        printf("a[%d][%d]=%d",b,c,printfchars(b,c));
}

void printfchars(int x,int y)
{
        *p=a;
    z=*(*p[x][y]);
        return z;
}
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2015-2-23 23:18:40 | 显示全部楼层
Compiling...
z.c
C:\Users\Yourflower\Documents\z.c(3) : error C2085: 'a' : not in formal parameter list
C:\Users\Yourflower\Documents\z.c(3) : error C2143: syntax error : missing ';' before '='
C:\Users\Yourflower\Documents\z.c(24) : error C2095: 'printf' : actual parameter has type 'void' : parameter 4
C:\Users\Yourflower\Documents\z.c(28) : error C2084: function 'void __cdecl printfchars(int ,int )' already has a body
C:\Users\Yourflower\Documents\z.c(29) : error C2065: 'a' : undeclared identifier
C:\Users\Yourflower\Documents\z.c(30) : error C2109: subscript requires array or pointer type
C:\Users\Yourflower\Documents\z.c(30) : error C2100: illegal indirection
C:\Users\Yourflower\Documents\z.c(30) : error C2100: illegal indirection
C:\Users\Yourflower\Documents\z.c(31) : warning C4098: 'printfchars' : 'void' function returning a value
执行 cl.exe 时出错.
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-2-24 00:03:52 | 显示全部楼层
(⊙o⊙)…
首先函数应该是 int printfchars(int x,int y); 的吧 你分号没了
其次
二维数组可不是那么简单的
*p = a;(⊙o⊙)… 我怀疑你一维数组都不会吧
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-2-24 22:22:26 | 显示全部楼层
QQ截图20150224222311.jpg
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-25 17:43

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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