QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#103504 | #2827. Autobiography | ZhaoZiLong | Compile Error | / | / | C++ | 1.1kb | 2023-05-06 13:20:18 | 2023-05-06 13:20:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:47:17: error: ‘gets’ was not declared in this scope; did you mean ‘getw’? 47 | gets(c+1); | ^~~~ | getw answer.code:51:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 51 | scanf("%d%d",&a,&b); | ~~~~~^~~~~~~~~~~~~~