记录详情

System Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:8: warning: comparison of constant '0' with boolean expression is always false [-Wbool-compare]
   if(fh<0)
      ~~^~
/in/foo.cc:32:15: warning: left operand of comma operator has no effect [-Wunused-value]
   int gys=(fz,fm);
               ^~
/in/foo.cc:38:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int*' [-Wformat=]
     printf("%d/%d\n",&fz,&fm);
                             ^
/in/foo.cc:38:29: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int*' [-Wformat=]
VJ4Error('ProblemDataNotFoundError', '题目 1007 的数据未找到。', 'sgxa', 1007)

信息

递交者
类型
递交
题目
P1007 A-B Problem
语言
C++
递交时间
2019-05-11 21:11:07
评测时间
2019-05-11 21:11:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes