/ 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.18 MiB
#2 Time Exceeded ≥2369ms ≥2.262 MiB
#3 Time Exceeded ≥2401ms ≥2.188 MiB
#4 Time Exceeded ≥2400ms ≥2.266 MiB
#5 Time Exceeded ≥2575ms ≥2.301 MiB
#6 Runtime Error Segmentation fault 2ms 400.0 KiB
#7 Runtime Error Segmentation fault 34ms 38.633 MiB
#8 Runtime Error Segmentation fault 53ms 38.629 MiB
#9 Runtime Error Segmentation fault 1ms 340.0 KiB
#10 Runtime Error Segmentation fault 34ms 38.578 MiB

信息

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