/ NutOJ /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:53: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'double*' [-Wformat=]
  for(int i=1;i<=n;i++) scanf("%d %d",&e[i].x,&e[i].y);
                                                     ^
/in/foo.cc:19:53: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'double*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 2ms 372.0 KiB

信息

递交者
类型
自测
题目
Violet
语言
C++
递交时间
2018-09-16 15:29:04
评测时间
2018-09-16 15:29:04
评测机
分数
10
总耗时
2ms
峰值内存
372.0 KiB