Wrong Answer
foo.c: In function ‘main’:
foo.c:19:21: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
19 | if(j==i)
| ^~
foo.c:21:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
21 | b1=b1*lista[j];
| ^~
foo.c: In function ‘gys’:
foo.c:45:1: warning: control reaches end of non-void function [-Wreturn-type]
45 | }
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- A6-3 最大公约数专题:多个分数的加法
- 比赛
- 南师大2025年新生赛(第一场)
- 语言
- C
- 递交时间
- 2025-08-15 18:02:09
- 评测时间
- 2025-08-23 22:08:36
- 评测机
- 分数
- 0
- 总耗时
- 7ms
- 峰值内存
- 512.0 KiB