/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In member function 'void Point::read()':
/in/foo.cc:55:42: warning: format '%lf' expects argument of type 'double*', but argument 2 has type 'long double*' [-Wformat=]
     void read () { scanf("%lf%lf", &x, &y); }
                                          ^
/in/foo.cc:55:42: warning: format '%lf' expects argument of type 'double*', but argument 3 has type 'long double*' [-Wformat=]
/in/foo.cc: In member function 'void Point::write()':
/in/foo.cc:56:43: warning: format '%lf' expects argument of type 'double', but argument 2 has type 'long double' [-Wformat=]
     void write () { printf("%lf %lf", x, y); }
                                           ^
/in/foo.cc:56:43: warning: format '%lf' expects argument of type 'double', but argument 3 has type 'long double' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 2ms 472.0 KiB
#2 Accepted 3ms 588.0 KiB
#3 Wrong Answer 5ms 472.0 KiB
#4 Accepted 5ms 588.0 KiB
#5 Accepted 2ms 472.0 KiB
#6 Wrong Answer 2ms 476.0 KiB
#7 Accepted 2ms 488.0 KiB
#8 Accepted 2ms 552.0 KiB
#9 Wrong Answer 3ms 592.0 KiB
#10 Accepted 3ms 476.0 KiB

信息

递交者
类型
递交
题目
瞭望塔
语言
C++
递交时间
2020-08-02 20:05:41
评测时间
2020-08-02 20:05:41
评测机
分数
70
总耗时
33ms
峰值内存
592.0 KiB