/ SUOI /

记录详情

Compile Error

foo.c:2:1: error: unknown type name 'using'
    2 | using namespace std;
      | ^~~~~
foo.c:2:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
    2 | using namespace std;
      |                 ^~~
foo.c: In function 'main':
foo.c:16:27: warning: implicit declaration of function 'upper_bound' [-Wimplicit-function-declaration]
   16 |                         a[upper_bound(a+1,a+top,x)-a]=x;
      |                           ^~~~~~~~~~~
foo.c:16:51: error: invalid operands to binary - (have 'int' and 'int *')
   16 |                         a[upper_bound(a+1,a+top,x)-a]=x;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~^
      |                           |                       |
      |                           int                     int *
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
#17 最长上升子序列
语言
C
递交时间
2022-10-06 14:21:31
评测时间
2022-10-06 14:21:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes