/ Vijos /

记录详情

Runtime Error

foo.cc: In function 'void allplus(int)':
foo.cc:33:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0;i<=n-1;i++){
                ~^~~~~
foo.cc: In function 'void allmulti(int)':
foo.cc:38:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0;i<=n-1;i++){
                ~^~~~~
foo.cc: In function 'void allbe(int)':
foo.cc:43:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0;i<=n-1;i++){
                ~^~~~~
foo.cc: In function 'int addition()':
foo.cc:49:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0;i<=n-1;i++){
                ~^~~~~
foo.cc: In function 'int main()':
foo.cc:66:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0;i<=q-1;i++){
                ~^~~~~
foo.cc: In function 'int addition1()':
foo.cc:62:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Time Exceeded ≥2370ms ≥2.195 MiB
#2 Time Exceeded ≥2367ms ≥2.27 MiB
#3 Time Exceeded ≥2444ms ≥2.188 MiB
#4 Time Exceeded ≥2444ms ≥2.297 MiB
#5 Time Exceeded ≥2702ms ≥2.305 MiB
#6 Runtime Error Segmentation fault 1ms 428.0 KiB
#7 Runtime Error Segmentation fault 33ms 38.559 MiB
#8 Runtime Error Segmentation fault 48ms 38.621 MiB
#9 Runtime Error Segmentation fault 1ms 384.0 KiB
#10 Runtime Error Segmentation fault 34ms 38.621 MiB

信息

递交者
类型
递交
题目
P2051 快速查询
语言
C++
递交时间
2021-03-12 11:57:01
评测时间
2021-03-12 11:57:01
评测机
分数
0
总耗时
12447ms
峰值内存
38.621 MiB