/ SUOI /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:51:7: error: 'cout' is not a member of 'std'
  std::cout << x;
       ^~~~
foo.cc:51:7: note: suggested alternative: 'count'
  std::cout << x;
       ^~~~
       count
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
自测
题目
#17 最长上升子序列
语言
C++
递交时间
2021-04-03 15:03:20
评测时间
2021-04-03 15:03:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes