Wrong Answer
/in/foo.cc: In function 'void BFS()': /in/foo.cc:14:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int k=0;k<g[i].size();k++){ ~^~~~~~~~~~~~ /in/foo.cc: In function 'int dp(int)': /in/foo.cc:31:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int k=0;k<g[i].size();k++){ ~^~~~~~~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:48:6: warning: unused variable 'Ans' [-Wunused-variable] int Ans=dp(1); ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2867 DAG图的单源最长路
- 语言
- C++
- 递交时间
- 2024-04-19 14:46:05
- 评测时间
- 2024-04-19 14:46:05
- 评测机
- 分数
- 20
- 总耗时
- 243ms
- 峰值内存
- 1.469 MiB