非法,左操作数的类型是“INT(__cdecl *)(INT * [] [3],INT)” 翻译结果2复制译文编辑译文朗读译文返回顶部 不合法,离开的运算数有类型'(内部的* 3,内部)的内部(_cdecl *)' 翻译结果3复制译文编辑译文朗读译文返回顶部 非法、 左操作数具有类型 int (__cdecl *) (int * [] [3],int)' ...
illegal, left operand has type 'int (__cdecl *)(int *[][3],int)'问题补充:匿名 2013-05-23 12:21:38 非法,左操作数的类型是“INT(__cdecl *)(INT * [] [3],INT)” 匿名 2013-05-23 12:23:18 非法、左操作已式的“int(__cdecl*)(int*[][3],int)' 匿名 2013-05-23 12:...
aerror C2296: '%' : illegal, left operand has type 'int (__cdecl *)(void)' 错误C2296 : '%' : 非法,左操作数有类型‘int (__cdecl *)(无效)‘ [translate] 英语翻译 日语翻译 韩语翻译 德语翻译 法语翻译 俄语翻译 阿拉伯语翻译 西班牙语翻译 葡萄牙语翻译 意大利语翻译 荷兰语翻译 瑞典语翻译...
怀疑是中文导致错误。在你所有中文注释前后都加空格看看,避免中文和*接触
错误信息已经告诉你错误位置了 就在第八行 这里你的&A&B&C中间没有加逗号 &A &B &C 是三个参数 ...
求翻译:\'%\' : illegal, left operand has type \'int (__cdecl *)(void )\'是什么意思?待解决 悬赏分:1 - 离问题结束还有 \'%\' : illegal, left operand has type \'int (__cdecl *)(void )\'问题补充:匿名 2013-05-23 12:21:38 null匿名...
scanf("%d%d%d",&a&b&c); ===>scanf("%d%d%d",&a,&b,&c);
我猜是你写左值引用的时候写错了
s->avg = s->sum / s->count; sum和avg是node类型不能使用/,应该是s->avg->data=s->sum->...
scanf ("%d %d %d", &a, &b, &c);// ^ ^