QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#101550 | #6313. 人员调度 | hyforces | Compile Error | / | / | C++20 | 7.3kb | 2023-04-30 10:07:29 | 2023-04-30 10:07:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solver::forced_delete(long long int)’: answer.code:169:17: error: too many arguments to function ‘void solver::upd_path(long long int, long long int)’ 169 | upd_path(0,pos[i],1); | ~~~~~~~~^~~~~~~~~~~~ answer.code:137:10: note: declared here 137 | void upd_path(int u,int x){ | ^~~~~~~~ answer.code: In function ‘int main()’: answer.code:212:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 212 | fread(Buf,1,BUFSIZE,stdin); | ~~~~~^~~~~~~~~~~~~~~~~~~~~