记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:39:13: warning: unused variable 'ans1' [-Wunused-variable]
   39 |         int ans1 = GetValue(a1,n1,Max(a1, n1));
      |             ^~~~
/in/foo.cc:41:17: error: 'ans1' was not declared in this scope; did you mean 'ans2'?
   41 |         cout << ans1 << " " << ans2 << endl;
      |                 ^~~~
      |                 ans2
/in/foo.cc: In function 'int GetValue(int*, int, int)':
/in/foo.cc:17:1: warning: control reaches end of non-void function [-Wreturn-type]
   17 | }
      | ^

信息

递交者
类型
递交
题目
P3004 A9-4 数组中第二大的数
语言
C++
递交时间
2025-07-07 10:56:11
评测时间
2025-07-07 10:56:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes