QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#566406 | #94. Good Old Table | 3un_larryfunc | Compile Error | / | / | C++20 | 4.6kb | 2024-09-16 00:02:51 | 2024-09-16 00:02:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void read()’: answer.code:29:9: error: ‘gets’ was not declared in this scope; did you mean ‘getw’? 29 | gets(buf); | ^~~~ | getw answer.code:26:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 26 | scanf("%d%d\n", &n, &m); | ~~~~~^~~~~~~~~~~~~~~~~~