Compile Error
foo.cc:9:21: error: 'maxt' was not declared in this scope; did you mean 'maxx'? 9 | int v[105],w[105],f[maxt]; | ^~~~ | maxx foo.cc: In function 'int main()': foo.cc:16:12: error: 'f' was not declared in this scope 16 | ms(f,0); | ^ foo.cc:6:24: note: in definition of macro 'ms' 6 | #define ms(i,j) memset(i,j,sizeof(i)); | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1025 小飞侠的游园方案
- 语言
- C++
- 递交时间
- 2022-08-17 15:07:26
- 评测时间
- 2022-08-17 15:07:26
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes