Compile Error
foo.cpp: In function 'int dfs(int, int)':
foo.cpp:32:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( i = 0 ; i < linker[ pos ].size() ; i++ )
^
foo.cpp: In function 'int main()':
foo.cpp:71:17: error: 'system' was not declared in this scope
system( "pause" );
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1311 单词接龙
- 语言
- C++
- 递交时间
- 2016-07-19 16:33:01
- 评测时间
- 2016-07-19 16:33:01
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes