/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:28: error: 'x' was not declared in this scope
      if (mth(i)+mth(j)+mth(x)+4==n) ans++;
                            ^
/in/foo.cc:23:9: warning: unused variable 'z' [-Wunused-variable]
     int z=i+j;
         ^
/in/foo.cc:26:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int*' [-Wformat=]
       printf("%d",&ans);
                       ^

信息

递交者
类型
递交
题目
P1496 火柴棒等式
语言
C++
递交时间
2018-05-03 11:51:24
评测时间
2018-05-03 11:51:25
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes