/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:28:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%I64d",&n);
                  ^
/in/foo.cc:31:62: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%I64d %I64d %I64d %I64d",&x1[i],&y1[i],&x2[i],&y2[i]);
                                                              ^
/in/foo.cc:31:62: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:31:62: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:31:62: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'long long int*' [-Wformat=]
/in/foo.cc:53:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%I64d",ans);
                    ^
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 368.0 KiB
#2 Wrong Answer 3ms 212.0 KiB
#3 Wrong Answer 3ms 384.0 KiB
#4 Wrong Answer 3ms 372.0 KiB
#5 Wrong Answer 5ms 272.0 KiB
#6 Wrong Answer 7ms 368.0 KiB
#7 Wrong Answer 8ms 384.0 KiB
#8 Wrong Answer 11ms 384.0 KiB
#9 Wrong Answer 5ms 360.0 KiB
#10 Wrong Answer 5ms 368.0 KiB

信息

递交者
类型
递交
题目
P1056 图形面积
语言
C++
递交时间
2018-08-18 16:40:05
评测时间
2018-08-18 16:40:05
评测机
分数
0
总耗时
59ms
峰值内存
384.0 KiB