Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:13: error: 'k' was not declared in this scope
  double x,a=k*b+r,b;
             ^
/in/foo.cc:5:15: error: 'b' was not declared in this scope
  double x,a=k*b+r,b;
               ^
/in/foo.cc:5:17: error: 'r' was not declared in this scope
  double x,a=k*b+r,b;
                 ^
/in/foo.cc:5:11: warning: unused variable 'a' [-Wunused-variable]
  double x,a=k*b+r,b;
           ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2320 1.3.11:计算浮点数相除的余数
 - 语言
 - C++
 - 递交时间
 - 2024-09-28 19:55:00
 - 评测时间
 - 2024-09-28 19:55:00
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes