运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
281450 | Michael | 1747 - In Another Time | 编译错误 | 0 | 0 MS | 0 KB | C | 1110 | 2年前 |
Main.c: In function ‘binary’:
Main.c:8:14: error: expected expression before ‘{’ token
8 | result[30] = {0};
| ^
Main.c: In function ‘main’:
Main.c:53:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
53 | scanf("%lld %d",&x,&m);
| ^~~~~~~~~~~~~~~~~~~~~~