QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#102116 | #5830. 树 | hyforces | Compile Error | / | / | C++20 | 7.3kb | 2023-05-02 13:01:12 | 2023-05-02 13:01:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void dfs1(long long int, long long int, long long int)’: answer.code:78:23: error: ‘gp’ was not declared in this scope; did you mean ‘p’? 78 | rsj[u][0]=rsj[gp(u)][0]; | ^~ | p answer.code: In function ‘int main()’: answer.code:190:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 190 | fread(Buf,1,BUFSIZE,stdin); | ~~~~~^~~~~~~~~~~~~~~~~~~~~