QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~^~~~~~~~~~~~~~