记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:20:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=0;i<n1+n2-c3;i++)
  ^~~
/in/foo.c:22:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   printf("\n");
   ^~~~~~
/in/foo.c: In function 'f':
/in/foo.c:54:9: warning: 'cnt' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return cnt;
         ^~~
/in/foo.c: In function 'SetUnion':
/in/foo.c:84:10: warning: array subscript is above array bounds [-Warray-bounds]
  return c[20000];
         ~^~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 260.0 KiB
#2 Wrong Answer 0ms 248.0 KiB
#3 Wrong Answer 0ms 248.0 KiB
#4 Wrong Answer 0ms 328.0 KiB
#5 Wrong Answer 0ms 340.0 KiB

信息

递交者
类型
递交
题目
A10-5 集合的并集
比赛
2021(四) 作业第二场:见面赛
语言
C
递交时间
2021-10-31 11:16:57
评测时间
2021-10-31 11:16:57
评测机
分数
0
总耗时
4ms
峰值内存
340.0 KiB