记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:27: warning: unused variable 'i' [-Wunused-variable]
  int max=-100,min=33000,s,i,j,t;
                           ^
/in/foo.cc:7:29: warning: unused variable 'j' [-Wunused-variable]
  int max=-100,min=33000,s,i,j,t;
                             ^
/in/foo.cc:34:37: warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(max==min) printf("%d %d\n",t,s);
                                     ^
/in/foo.cc:34:37: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Accepted 1ms 348.0 KiB
#2 Accepted 2ms 344.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Accepted 2ms 256.0 KiB
#7 Accepted 1ms 372.0 KiB
#8 Accepted 1ms 256.0 KiB
#9 Wrong Answer 1ms 380.0 KiB
#10 Accepted 2ms 340.0 KiB

信息

递交者
类型
递交
题目
马鞍数
语言
C++
递交时间
2017-08-20 09:31:13
评测时间
2017-08-20 09:31:14
评测机
分数
90
总耗时
20ms
峰值内存
380.0 KiB