/ Vijos /

记录详情

Compile Error

foo.c:4:11: error: size of array 'f' has non-integer type
 long long f[MAX];
           ^
foo.c:4:1: warning: variably modified 'f' at file scope
 long long f[MAX];
 ^~~~
foo.c: In function 'main':
foo.c:13:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d\n",f[n]);
          ~^    ~~~~
          %lld
foo.c:9:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ^~~~~~~~~~~~~~

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)

信息

递交者
类型
递交
题目
P1307 黑皮的正方形
语言
C
递交时间
2020-06-26 09:06:55
评测时间
2020-06-26 09:06:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes