/ XMU_ACM /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:12:6: error: redefinition of 'min'
  int min=a[0],max=a[0];
      ^~~
/in/foo.c:8:6: note: previous definition of 'min' was here
  int min=999999,max=-999999;
      ^~~
/in/foo.c:12:15: error: redefinition of 'max'
  int min=a[0],max=a[0];
               ^~~
/in/foo.c:8:17: note: previous definition of 'max' was here
  int min=999999,max=-999999;
                 ^~~

信息

递交者
类型
自测
题目
P1027 刘学习的最远距离
语言
C
递交时间
2020-03-12 13:49:31
评测时间
2020-03-12 13:49:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes