/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:13: error: redeclaration of 'max' with no linkage
     int L,M,max;
             ^
foo.c:5:17: note: previous definition of 'max' was here
   int i,b,c,j=0,max=0;
                 ^
foo.c:20:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1103 校门外的树
语言
C
递交时间
2016-07-19 14:54:19
评测时间
2016-07-19 14:54:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes