/ new_bzoj /

记录详情

Accepted

/in/foo.cc:23:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main(){
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:26:56: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
  for(ri i=1;i<=m;i++)scanf("%lf%lf%*lf",&a[i].x,&a[i].y);
                                                        ^
/in/foo.cc:27:56: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
  for(ri i=1;i<=n;i++)scanf("%lf%lf%*lf",&b[i].x,&b[i].y);
                                                        ^
/in/foo.cc:30:7: warning: unused variable 'flag' [-Wunused-variable]
    ri flag=1;
       ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 1.465 MiB
#2 Accepted 103ms 1.473 MiB
#3 Accepted 103ms 1.473 MiB
#4 Accepted 110ms 1.48 MiB
#5 Accepted 102ms 1.465 MiB
#6 Accepted 2ms 1.344 MiB
#7 Accepted 2ms 1.348 MiB
#8 Accepted 2ms 1.383 MiB
#9 Accepted 2ms 1.348 MiB
#10 Accepted 2ms 1.465 MiB

信息

递交者
类型
递交
题目
合金
语言
C++
递交时间
2020-10-21 20:04:56
评测时间
2020-10-21 20:04:56
评测机
分数
100
总耗时
433ms
峰值内存
1.48 MiB