记录详情

Wrong Answer

/in/foo.cc: In function 'int InterSet(int*, int, int*, int, int*)':
/in/foo.cc:28:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   if(k1=-1 && k2==-1)
                     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:51:15: warning: 'ne' is used uninitialized in this function [-Wuninitialized]
  Output(e, ne);
               ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 328.0 KiB

信息

递交者
类型
自测
题目
A10-4 集合的交集
语言
C++
递交时间
2024-12-02 17:07:16
评测时间
2024-12-02 17:08:16
评测机
分数
0
总耗时
1ms
峰值内存
328.0 KiB