Compile Error
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:5:11: error: 'first' was not declared in this scope
#define x first
^
/in/foo.cc:15:39: note: in definition of macro 'F'
#define F(i,start,end) for(R int (i)=(start);(i)<=(end);i++)
^~~~~
/in/foo.cc:100:8: note: in expansion of macro 'x'
F(i,c[x],m)
^
信息
- 递交者
- 类型
- 递交
- 题目
- 软件安装
- 语言
- C++
- 递交时间
- 2021-06-18 14:29:17
- 评测时间
- 2021-06-18 14:29:17
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes