编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#26244 | #2053. 帽子为什么尖尖的? | Compile Error | 0 | 0 ms | 0 K | C / 1.1 K | 192024211395 | 2025-03-15 1:51:53 |
long long int
long long int
int
编译信息
/sandbox/1/a.c:12:12: error: use of undeclared identifier 'hijh'; did you mean 'high'?
if(low>hijh)return 1999999;
^~~~
high
/sandbox/1/a.c:10:80: note: 'high' declared here
long long int cz(long long int a[],long long x,long long int low,long long int high){
^
/sandbox/1/a.c:26:17: warning: format specifies type 'long *' but the argument has type 'long long *' [-Wformat]
scanf("%ld",&q);
~~~ ^~
%lld
1 warning and 1 error generated.