QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#637990 | #7034. Honeycomb | ZhangYiDe | Compile Error | / | / | C++20 | 2.0kb | 2024-10-13 14:34:19 | 2024-10-13 14:34:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:63:9: error: ‘gets’ was not declared in this scope; did you mean ‘getw’? 63 | gets(s[0]); | ^~~~ | getw answer.code:56:6: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 56 | scanf("%d",&T); | ~~~~~^~~~~~~~~ answer.code:60:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 60 | scanf("%d%d",&n,&m); | ~~~~~^~~~~~~~~~~~~~