Wrong Answer
/in/foo.cc:9:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main(){ ^ /in/foo.cc: In function 'int main()': /in/foo.cc:29:43: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d %d\n",way[i+1]+1,way[i]); ~~~~~~~~~~ ^ /in/foo.cc:29:43: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- 书的复制
- 语言
- C++
- 递交时间
- 2018-11-16 18:46:46
- 评测时间
- 2018-11-16 18:46:46
- 评测机
- 分数
- 50
- 总耗时
- 16ms
- 峰值内存
- 316.0 KiB