记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:3: error: 'd' was not declared in this scope
   d=n*(n-1)*(2*n-1)/6%mod;
   ^
/in/foo.cc:6:27: warning: unused variable 'b' [-Wunused-variable]
  ll mod=(ll)1e9+7,t,n,m,a,b,c;
                           ^

信息

递交者
类型
自测
题目
P1310 F. Rectangle
语言
C++
递交时间
2021-12-23 19:59:14
评测时间
2021-12-23 19:59:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes