QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#428676 | #5981. Costly Binary Search | QBF | Compile Error | / | / | C++20 | 901b | 2024-06-01 20:55:07 | 2024-06-01 20:55:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void Init()’: answer.code:8:25: error: expected ‘)’ before ‘;’ token 8 | memset(lst,0,sizeof(lst); | ~ ^ | ) answer.code: In function ‘void Work()’: answer.code:12:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 12 | scanf("%s",a+1); | ~~~~~^~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:35:20: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 35 | int T;scanf("%d",&T); | ~~~~~^~~~~~~~~