记录详情

Compile Error

foo.c: In function 'main':
foo.c:19:11: error: 't' undeclared (first use in this function)
   19 |     qsort(t,m,sizeof(int),compare);
      |           ^
foo.c:19:11: note: each undeclared identifier is reported only once for each function it appears in
foo.c:31:5: error: 'cout' undeclared (first use in this function)
   31 |     cout<<ans;
      |     ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1016 苹果摘陶陶
语言
C
递交时间
2023-08-21 21:46:37
评测时间
2023-08-21 21:46:37
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes