记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:12:5: error: 'i' undeclared (first use in this function)
 for(i=0;i<n2;i++)
     ^
/in/foo.c:12:5: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c: In function 'Setlnter':
/in/foo.c:28:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(c1[i]=c2[j])
     ^~
/in/foo.c:39:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(c1[i]=c2[j])
     ^~
/in/foo.c:45:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
A10-4 集合的交集
比赛
数据结构课堂练习9-16
语言
C
递交时间
2019-09-16 11:13:33
评测时间
2019-09-16 11:13:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes