/ 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=]
# 状态 耗时 内存占用
#1 Wrong Answer 13ms 312.0 KiB

信息

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