记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:20: error: 'o' was not declared in this scope
  double n = 0, m = o, c = o, d  = o;
                    ^
/in/foo.cc:11:2: error: 'c' was not declared in this scope
  c = * 0.8;
  ^
/in/foo.cc:11:8: error: invalid type argument of unary '*' (have 'double')
  c = * 0.8;
        ^~~
/in/foo.cc:12:2: error: 'd' was not declared in this scope
  d = n - c;
  ^

信息

递交者
类型
递交
题目
p1008 zz1141:小明买图书 (第39页实例)
语言
C++
递交时间
2021-11-19 21:45:13
评测时间
2021-11-19 21:45:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes