Compile Error
foo.c:2:15: error: expected ';', ',' or ')' before '&' token void swap(int &d,int &e){ ^ foo.c: In function 'main': foo.c:11:3: warning: implicit declaration of function 'swap' [-Wimplicit-function-declaration] swap(a,b); ^~~~ foo.c:9:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d%d",&a,&b,&c); ^~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1000 A+B Problem
- 语言
- C
- 递交时间
- 2021-10-09 19:27:10
- 评测时间
- 2021-10-09 19:27:10
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes