记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:6: error: redeclaration of 'int ans'
  int ans=min/tmp;
      ^~~
/in/foo.cc:14:16: note: 'int ans' previously declared here
  int a,b,c,tmp,ans;
                ^~~

信息

递交者
类型
递交
题目
P1006 长方体木料
语言
C++
递交时间
2024-05-08 19:36:45
评测时间
2024-05-08 19:36:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes