/ 程序猿 /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:6: warning: unused variable 'x' [-Wunused-variable]
  int x,y,n,cc=0,ss=0,kk;
      ^
/in/foo.cc:8:8: warning: unused variable 'y' [-Wunused-variable]
  int x,y,n,cc=0,ss=0,kk;
        ^
/in/foo.cc:8:22: warning: unused variable 'kk' [-Wunused-variable]
  int x,y,n,cc=0,ss=0,kk;
                      ^~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 612.0 KiB
#2 Wrong Answer 2ms 748.0 KiB
#3 Wrong Answer 1ms 204.0 KiB
#4 Accepted 1ms 204.0 KiB
#5 Accepted 1ms 204.0 KiB
#6 Accepted 1ms 200.0 KiB
#7 Accepted 2ms 204.0 KiB
#8 Accepted 7ms 328.0 KiB
#9 Accepted 109ms 376.0 KiB
#10 Accepted 180ms 388.0 KiB

信息

递交者
类型
递交
题目
输油管道问题
语言
C++
递交时间
2019-03-03 15:51:25
评测时间
2019-03-03 15:51:25
评测机
分数
70
总耗时
311ms
峰值内存
748.0 KiB