记录详情

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=]
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 200.0 KiB
#2 Wrong Answer 1ms 316.0 KiB
#3 Accepted 1ms 316.0 KiB
#4 Wrong Answer 1ms 204.0 KiB
#5 Wrong Answer 1ms 316.0 KiB
#6 Accepted 1ms 184.0 KiB
#7 Accepted 1ms 204.0 KiB
#8 Wrong Answer 1ms 316.0 KiB
#9 Accepted 1ms 188.0 KiB
#10 Accepted 1ms 212.0 KiB

信息

递交者
类型
递交
题目
书的复制
语言
C++
递交时间
2018-11-16 18:46:46
评测时间
2018-11-16 18:46:46
评测机
分数
50
总耗时
16ms
峰值内存
316.0 KiB