QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#417788 | #6705. Median | GuanYunchang | Compile Error | / | / | C++17 | 1.1kb | 2024-05-22 22:11:32 | 2024-05-22 22:11:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:93:21: error: ‘t’ was not declared in this scope; did you mean ‘tm’? 93 | scanf("%d",&t); | ^ | tm answer.code: In function ‘void solve()’: answer.code:55:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 55 | scanf("%d%d",&n,&m); | ~~~~~^~~~~~~~~~~~~~ answer.code:64:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 64 | scanf("%d%d",&u,&v); | ~~~~~^~~~~~~~~~~~~~