Accepted
/in/foo.c: In function 'main':
/in/foo.c:40:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=0;i<n3;i++)
     ^~~
/in/foo.c:42:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  SetUnion(a,b,n1,n2);
  ^~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A10-5 集合的并集
 - 比赛
 - 2023 程序设计与竞赛(作业5:从数组看集体)
 - 语言
 - C
 - 递交时间
 - 2023-10-21 17:23:37
 - 评测时间
 - 2023-10-21 17:23:37
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 6ms
 - 峰值内存
 - 248.0 KiB