运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
115362 | jerry | 1194 - 最小表达式 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 1782 | 4年前 |
Main.cc: In function ‘void hs1194()’:
Main.cc:16:4: error: ‘memeset’ was not declared in this scope; did you mean ‘memset’?
16 | memeset(str1,'\0',sizeof(str1));
| ^~~~~~~
| memset
Main.cc:19:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
19 | scanf("%s",str);
| ~~~~~^~~~~~~~~~