QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]); | ~~~~~^~~~~~~~~~~