记录详情

Compile Error

foo.c: In function 'main':
foo.c:18:14: error: conflicting types for 's'; have 'char[100000]'
   18 |         char s[100000] = { 0 };
      |              ^
foo.c:14:13: note: previous declaration of 's' with type 'int'
   14 |         int s, n;
      |             ^
foo.c:44:24: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
   44 |         int k; scanf("%d", k);
      |                       ~^   ~
      |                        |   |
      |                        |   int
      |                        int *
foo.c:18:14: warning: unused variable 's' [-Wunused-variable]
   18 |         char s[100000] = { 0 };
      |              ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A11-2 K进制的高精度整数
比赛
2023 程序设计与竞赛(作业7:最初的综合)
语言
C
递交时间
2023-11-11 15:32:06
评测时间
2023-11-11 15:32:06
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes