记录详情

Compile Error

/in/foo.cc: In function 'void dfs2(int)':
/in/foo.cc:7:23: error: 'typeof' was not declared in this scope
     for(typeof(v.end())i=v.begin();i!=v.end();++i)
                       ^
/in/foo.cc:27:5: note: in expansion of macro 'FOR'
     FOR(i,e[u])
     ^~~
/in/foo.cc:27:9: error: 'i' was not declared in this scope
     FOR(i,e[u])
         ^
/in/foo.cc:7:36: note: in definition of macro 'FOR'
     for(typeof(v.end())i=v.begin();i!=v.end();++i)
                                    ^
/in/foo.cc:7:23: error: 'typeof' was not declared in this scope
     for(typeof(v.end())i=v.begin();i!=v.end();++i)
                       ^
/in/foo.cc:32:5: note: in expansion of macro 'FOR'
     FOR(i,e[u])
     ^~~
/in/foo.cc:32:9: error: 'i' was not declared in this scope
     FOR(i,e[u])
         ^
/in/foo.cc:7:36: note: in definition of macro 'FOR'
     for(typeof(v.end())i=v.begin();i!=v.end();++i)
                                    ^

信息

递交者
类型
递交
题目
背单词
题目数据
下载
语言
C++
递交时间
2018-08-04 12:09:33
评测时间
2018-08-04 12:16:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes