运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
328055 暮雪暖流水 1519 - 果冻与字串得分 编译错误 0 0 MS 0 KB C 1622 2年前
暂时无法获取本题测试点详情。

Main.c: In function 'main':
Main.c:8:3: error: too few arguments to function 'fgets'
8 | fgets(ass);
| ^~~~~
In file included from Main.c:1:
/usr/include/fortify/stdio.h:40:26: note: declared here
40 | _FORTIFY_FN(fgets) char *fgets(char * _FORTIFY_POS0 __s, int __n, FILE *__f)
| ^~~~~
Main.c:10:12: warning: unused variable 'k' [-Wunused-variable]
10 | int i = 0,k=0;
| ^