Wrong Answer

/in/foo.c: In function 'getindex':
/in/foo.c:7:23: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
         if((temp >> j)&1 ==1)
                       ^
/in/foo.c: In function 'firstinarray':
/in/foo.c:37:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 200.0 KiB
#2 Wrong Answer 1ms 208.0 KiB

信息

递交者
类型
递交
题目
P1144 只出现一次的数
语言
C
递交时间
2021-10-23 09:47:40
评测时间
2021-10-23 09:47:40
评测机
分数
0
总耗时
2ms
峰值内存
208.0 KiB