记录详情

Compile Error

foo.cc: In function 'int FindAscCount(int*, int)':
foo.cc:127:13: warning: unused variable 'len' [-Wunused-variable]
  127 |         int len = 0;
      |             ^~~
foo.cc: In function 'int main()':
foo.cc:145:9: error: 'scanf_s' was not declared in this scope; did you mean 'scanf'?
  145 |         scanf_s("%d %d", &n1, &n2);
      |         ^~~~~~~
      |         scanf
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A9-6 数组中增序子序列的个数
比赛
2023 程序设计与竞赛(作业5:从数组看集体)
语言
C++
递交时间
2023-10-21 15:34:13
评测时间
2023-10-21 15:34:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes