记录详情

Compile Error

foo.c: In function 'main':
foo.c:7:13: error: conflicting types for 's'; have 'int[10]'
    7 |         int s[10]={0};
      |             ^
foo.c:6:21: note: previous definition of 's' with type 'int'
    6 |         int y=1,z=0,s=0;
      |                     ^
foo.c:7:13: warning: unused variable 's' [-Wunused-variable]
    7 |         int s[10]={0};
      |             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1477 C. Every base is base 10
语言
C
递交时间
2023-08-25 08:54:21
评测时间
2023-08-25 08:54:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes