/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:9: error: 'd' was not declared in this scope
         d[m]=n; 
         ^
/in/foo.cc:25:11: error: 'd' was not declared in this scope
     while(d[p]>m)
           ^
/in/foo.cc:29:21: error: 'd' was not declared in this scope
         double ans=(d[x]*(x-r)-d[i]*(i-r))*1.0/(d[i]-d[x]);
                     ^

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2024-08-20 21:37:57
评测时间
2024-08-20 21:37:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes