/ NutOJ /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:59: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'double*' [-Wformat=]
     for (int i=0; i<n; i++) scanf("%d%d", &a[i].x, &a[i].y);
                                                           ^
/in/foo.cc:17:59: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'double*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 3ms 368.0 KiB
#2 Accepted 3ms 380.0 KiB
#3 Accepted 4ms 360.0 KiB
#4 Accepted 4ms 372.0 KiB
#5 Accepted 3ms 256.0 KiB
#6 Accepted 284ms 8.75 MiB
#7 Accepted 313ms 8.875 MiB
#8 Accepted 353ms 8.488 MiB
#9 Accepted 325ms 9.211 MiB
#10 Accepted 208ms 7.98 MiB

信息

递交者
类型
递交
题目
Violet
语言
C++
递交时间
2018-09-16 15:49:19
评测时间
2018-09-16 15:49:19
评测机
分数
280
总耗时
1507ms
峰值内存
9.211 MiB