记录详情

Compile Error

foo.c:11:6: error: conflicting types for 'heshu'
 void heshu(int l,int r)
      ^~~~~
foo.c:5:8: note: previous declaration of 'heshu' was here
    int heshu(int l,int r);
        ^~~~~
foo.c: In function 'main':
foo.c:7:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d %d",&l,&r);//先小后大
    ^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1015 找合数
语言
C
递交时间
2021-11-16 18:56:07
评测时间
2021-11-16 18:56:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes