/ TYWZ /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:39: warning: format '%lf' expects argument of type 'double*', but argument 2 has type 'int*' [-Wformat=]
         scanf("%lf%lf",&xxx[i],&yyy[i]);
                                       ^
/in/foo.cc:23:39: warning: format '%lf' expects argument of type 'double*', but argument 3 has type 'int*' [-Wformat=]
/in/foo.cc:32:32: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'double*' [-Wformat=]
         scanf("%c%d%d",&c,&l,&r);
                                ^
/in/foo.cc:32:32: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'double*' [-Wformat=]
# 状态 耗时 内存占用
#1 Wrong Answer 11ms 336.0 KiB

信息

递交者
类型
递交
题目
Query on Points
语言
C++
递交时间
2019-01-27 20:14:35
评测时间
2019-01-27 20:14:36
评测机
分数
0
总耗时
11ms
峰值内存
336.0 KiB