记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:42: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
        scanf("%I64d%I64d",&s[i].x,&s[i].y); s[i].id=i;
                                          ^
/in/foo.cc:14:42: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:23:16: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
                for(i=1;i<=N;i++) printf("%d ",ans[i]); return 0;
                ^~~
/in/foo.cc:23:56: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
                for(i=1;i<=N;i++) printf("%d ",ans[i]); return 0;
                                                        ^~~~~~
/in/foo.cc:12:13: warning: unused variable 'j' [-Wunused-variable]
     int N,i,j; P=p*p;scanf("%d",&N);
             ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 2.211 MiB
#2 Accepted 2ms 2.211 MiB
#3 Wrong Answer 2ms 2.223 MiB
#4 Wrong Answer 2ms 2.211 MiB
#5 Wrong Answer 3ms 2.348 MiB
#6 Wrong Answer 3ms 2.348 MiB
#7 Wrong Answer 3ms 2.336 MiB
#8 Wrong Answer 469ms 17.336 MiB
#9 Wrong Answer 468ms 17.543 MiB
#10 Wrong Answer 460ms 17.59 MiB
#11 Wrong Answer 441ms 15.125 MiB
#12 Wrong Answer 485ms 17.336 MiB

信息

递交者
类型
递交
题目
双向跳跃 (jump.cpp\c\pas)
题目数据
下载
语言
C++
递交时间
2018-08-22 15:48:16
评测时间
2020-11-26 15:33:29
评测机
分数
10
总耗时
2346ms
峰值内存
17.59 MiB