记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:3: warning: statement has no effect [-Wunused-value]
  b%k;
  ~^~
/in/foo.cc:17:29: error: 'tmpd' was not declared in this scope
  printf("%d^%d mod %d=%d\n",tmpd,p,k,f(p));
                             ^~~~
/in/foo.cc:15:6: warning: unused variable 'tmpb' [-Wunused-variable]
  int tmpb=b;
      ^~~~

信息

递交者
类型
递交
题目
取余运算(mod)
题目数据
下载
语言
C++
递交时间
2019-07-03 09:35:09
评测时间
2019-07-03 09:35:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes