Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:9: error: 'unsinged' was not declared in this scope
         unsinged long long int res = min((m-(n%m))*a,(m-(n%m))*b);
         ^~~~~~~~
/in/foo.cc:15:2: error: 'res' was not declared in this scope
  res = (m-(n%m))*a<((n%m))*b?((n%m))*a:((n%m))*b;
  ^~~
/in/foo.cc:16:8: error: 'res' was not declared in this scope
  cout<<res;
        ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 生气的Saber (excalibur.*)
 - 题目数据
 - 下载
 - 语言
 - C++
 - 递交时间
 - 2018-10-09 12:46:43
 - 评测时间
 - 2018-10-09 12:46:43
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes