QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#545119 | #94. Good Old Table | 5un_xiaomivita_mbox | Compile Error | / | / | C++23 | 4.6kb | 2024-09-02 22:53:04 | 2024-09-02 22:53:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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); | ~~~~~^~~~~~~~~~~~~~~~~~