Runtime Error

/in/foo.cc: In function 'int Search(int, int)':
/in/foo.cc:5:13: warning: unused variable 'pos' [-Wunused-variable]
    5 |         int pos=0;
      |             ^~~
/in/foo.cc:11:1: warning: control reaches end of non-void function [-Wreturn-type]
   11 | }
      | ^
# 状态 耗时 内存占用
#1 Accepted 2ms 476.0 KiB
#2 Accepted 2ms 532.0 KiB
#3 Runtime Error 2ms 536.0 KiB
#4 Accepted 2ms 504.0 KiB
#5 Accepted 3ms 320.0 KiB

信息

递交者
类型
递交
题目
P1047 A7-4 数组的查找函数
语言
C++
递交时间
2025-07-16 09:29:37
评测时间
2025-07-16 09:29:37
评测机
分数
80
总耗时
13ms
峰值内存
536.0 KiB