QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#879449 | #9695. Trash Problem | ucup-team5101# | Compile Error | / | / | C++23 | 4.9kb | 2025-02-02 02:38:37 | 2025-02-02 02:38:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void Solve()’: answer.code:147:30: error: ‘Find_First’ was not declared in this scope 147 | int ff = Find_First(T); | ^~~~~~~~~~ answer.code:82:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 82 | scanf("%d",&n); | ~~~~~^~~~~~~~~ answer.code:84:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 84 | scanf("%s",p[i]); | ~~~~~^~~~~~~~~~~