记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:14: warning: unused variable 'sum' [-Wunused-variable]
  int i,j=0,x,sum=0,t=0,s;
              ^~~
/in/foo.cc:10:20: warning: unused variable 't' [-Wunused-variable]
  int i,j=0,x,sum=0,t=0,s;
                    ^
/in/foo.cc:10:24: warning: unused variable 's' [-Wunused-variable]
  int i,j=0,x,sum=0,t=0,s;
                        ^
# 状态 耗时 内存占用
#1 Accepted 2ms 344.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 9ms 388.0 KiB
#5 Accepted 13ms 384.0 KiB
#6 Accepted 24ms 388.0 KiB
#7 Accepted 31ms 388.0 KiB
#8 Accepted 72ms 388.0 KiB
#9 Accepted 126ms 388.0 KiB
#10 Accepted 125ms 388.0 KiB

信息

递交者
类型
递交
题目
P1068 积木城堡
语言
C++
递交时间
2020-12-10 11:22:26
评测时间
2020-12-10 11:22:26
评测机
分数
100
总耗时
411ms
峰值内存
388.0 KiB