/ WHOJ /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:50:9: error: 'i' was not declared in this scope
   50 |     for(i=1;i<=k;i++)
      |         ^
foo.cc:60:70: error: 'M' was not declared in this scope
   60 |             u[top]=(u[top+1]*v[top]+u[top]*v[top+1]+u[top]*u[top+1])%M;
      |                                                                      ^
foo.cc:66:70: error: 'M' was not declared in this scope
   66 |             v[top]=(u[top+1]*v[top]+u[top]*v[top+1]+v[top]*v[top+1])%M;
      |                                                                      ^
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1314 [NOIP2011 普及组] 表达式的值
题目数据
下载
语言
C++
递交时间
2022-09-27 23:10:36
评测时间
2022-09-27 23:10:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes