QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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); | ~~~~~^~~~~~~~~~