记录详情

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 3ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 2ms 364.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 2ms 384.0 KiB
#7 Accepted 2ms 256.0 KiB
#8 Accepted 3ms 256.0 KiB
#9 Wrong Answer 2ms 380.0 KiB
#10 Accepted 2ms 324.0 KiB

信息

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