Compile Error
/in/foo.cc: In function 'void solve(int, int, int)': /in/foo.cc:78:24: error: 'll' was not declared in this scope if(dijkstra(u, v, n, ll) != dijkstra(u, v, n, 1000000ll)) { ^~ /in/foo.cc:88:28: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] printf("%d %d\n", tot, ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1800 超时空传送
- 语言
- C++
- 递交时间
- 2017-09-06 13:51:17
- 评测时间
- 2017-09-06 13:51:18
- 评测机
- 分数
- 0
- 总耗时
- 211ms
- 峰值内存
- 23.348 MiB