记录详情

Compile Error

foo.c:3:6: error: 'binary' declared as function returning a function
    3 | void binary(n)(int n){
      |      ^~~~~~
foo.c: In function 'binary':
foo.c:3:6: warning: type of 'n' defaults to 'int' [-Wimplicit-int]
foo.c: At top level:
foo.c:9:1: warning: return type defaults to 'int' [-Wimplicit-int]
    9 | main()
      | ^~~~
foo.c: In function 'binary':
foo.c:7:1: warning: control reaches end of non-void function [-Wreturn-type]
    7 | }
      | ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1080 xf1-3进制转换1
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 19:26:34
评测时间
2022-08-27 19:26:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes