Wrong Answer

/in/foo.cc: In function 'int bdhws(int)':
/in/foo.cc:24:2: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(x==y) return 1;
  ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:2: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(x==y) return 1;
  ^~
/in/foo.cc:15:6: note: 'y' was declared here
  int y;
      ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 204.0 KiB
#2 Wrong Answer 1ms 220.0 KiB
#3 Wrong Answer 1ms 220.0 KiB
#4 Accepted 1ms 224.0 KiB
#5 Wrong Answer 1ms 216.0 KiB
#6 Accepted 1ms 220.0 KiB
#7 Wrong Answer 1ms 220.0 KiB
#8 Accepted 1ms 228.0 KiB

信息

递交者
类型
递交
题目
P1802 回文素数
比赛
2021.5.26本周数组练习(学校社团专练)
语言
C++
递交时间
2021-06-02 20:08:03
评测时间
2021-06-02 20:08:03
评测机
分数
40
总耗时
12ms
峰值内存
228.0 KiB