记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:10:6: warning: variable 'a' set but not used [-Wunused-but-set-variable]
  int a, pp,b=0,d=0,e=0,n,p[1000];
      ^
foo.cc:10:9: warning: unused variable 'pp' [-Wunused-variable]
  int a, pp,b=0,d=0,e=0,n,p[1000];
         ^~
foo.cc:10:16: warning: unused variable 'd' [-Wunused-variable]
  int a, pp,b=0,d=0,e=0,n,p[1000];
                ^
foo.cc:10:20: warning: unused variable 'e' [-Wunused-variable]
  int a, pp,b=0,d=0,e=0,n,p[1000];
                    ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Wrong Answer Read 0, expect 1. 1ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Runtime Error Segmentation fault 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1033 环形山丘
比赛
周末测试2
语言
C++
递交时间
2021-09-24 21:13:17
评测时间
2021-09-24 21:13:17
评测机
分数
60
总耗时
11ms
峰值内存
384.0 KiB