记录详情

System Error

/in/foo.cc: In function 'int move(int, int)':
/in/foo.cc:62:19: warning: left operand of comma operator has no effect [-Wunused-value]
  for(int i=1,j=6;i<=6,j>=1;++i,--j)d[j]=c[i];
                  ~^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:107:8: warning: unused variable 'f' [-Wunused-variable]
   bool f=0;
        ^
FileNotFoundError('input/dice1.in',)

信息

递交者
类型
递交
题目
【挑战题】骰子
语言
C++
递交时间
2018-01-05 23:23:23
评测时间
2018-01-05 23:23:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes