记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:2: error: 't' undeclared (first use in this function)
  t[0]=1;
  ^
foo.c:6:2: note: each undeclared identifier is reported only once for each function it appears in
foo.c:8:8: warning: too many arguments for format [-Wformat-extra-args]
  scanf("&d",&n);
        ^~~~
foo.c:8:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("&d",&n);
  ^~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
2-4 攀登华山
语言
C
递交时间
2021-04-18 16:05:01
评测时间
2021-04-18 16:05:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes