QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#112508 | #6142. 宝石 | hyforces# | Compile Error | / | / | C++20 | 5.6kb | 2023-06-12 08:39:22 | 2024-04-28 07:17:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void decomp(int, std::vector<int>&)’: answer.code:142:8: error: ‘nsz’ was not declared in this scope; did you mean ‘sz’? 142 | if(nsz==1){ | ^~~ | sz answer.code: In function ‘int main()’: answer.code:211:20: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 211 | signed main(){fread(Buf,1,BUFSIZE,stdin); | ~~~~~^~~~~~~~~~~~~~~~~~~~~