运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
609432 | ? | 1053 - 简单的 RC 签到题 | 编译错误 | 0 | 0 MS | 0 KB | C | 1149 | 4个月前 |
Main.c:23:15: error: conflicting types for 'countDivisibles'; have 'long long int(int, int, int, int, int)'
23 | long long int countDivisibles(int a, int b, int c, int d, int n) {
| ^~~~~~~~~~~~~~~
Main.c:5:15: note: previous declaration of 'countDivisibles' with type 'long long int(int, int, int, int, long long int)'
5 | long long int countDivisibles(int a, int b, int c, int d, long long int n);
| ^~~~~~~~~~~~~~~