QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#776365 | #9788. Shreckless | ucup-team5810# | Compile Error | / | / | C++14 | 1.1kb | 2024-11-23 18:22:59 | 2024-11-23 18:23:00 |
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:23:9: error: ‘sort’ was not declared in this scope; did you mean ‘short’? 23 | sort(a[i].begin(), a[i].end()); | ^~~~ | short answer.code:9:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 9 | scanf("%d%d", &n, &m); | ~~~~~^~~~~~~~~~~~~~~~ answer.code:16:18: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 16 | scanf("%d", &x); | ~~~~~^~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:48:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 48 | scanf("%d", &t); | ~~~~~^~~~~~~~~~