/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:50:37: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
   scanf("%lf%lf%*lf",&a[i].x,&a[i].y);
                                     ^
/in/foo.cc:52:37: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
   scanf("%lf%lf%*lf",&b[i].x,&b[i].y);
                                     ^
/in/foo.cc:61:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
     if( fabs(cross)<EPS && (a[i]-b[k]^a[j]-b[k])>EPS )
                             ~~~~^~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 2.211 MiB
#2 Accepted 16ms 2.25 MiB
#3 Accepted 18ms 2.25 MiB
#4 Accepted 38ms 2.25 MiB
#5 Accepted 10ms 2.25 MiB
#6 Accepted 4ms 2.25 MiB
#7 Accepted 4ms 2.25 MiB
#8 Accepted 5ms 2.352 MiB
#9 Accepted 2ms 2.363 MiB
#10 Accepted 3ms 2.375 MiB

信息

递交者
类型
递交
题目
合金
语言
C++
递交时间
2017-05-27 15:56:56
评测时间
2017-05-27 15:56:56
评测机
分数
100
总耗时
110ms
峰值内存
2.375 MiB