/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:65: 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:17:65: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:17:65: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:17:65: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'long long int*' [-Wformat=]
/in/foo.cc:33:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%I64d",ans); 
                       ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 216.0 KiB
#2 Wrong Answer 1ms 224.0 KiB
#3 Wrong Answer 1ms 228.0 KiB
#4 Wrong Answer 1ms 228.0 KiB
#5 Wrong Answer 2ms 232.0 KiB
#6 Wrong Answer 3ms 232.0 KiB
#7 Wrong Answer 4ms 224.0 KiB
#8 Wrong Answer 5ms 220.0 KiB
#9 Wrong Answer 3ms 316.0 KiB
#10 Wrong Answer 3ms 224.0 KiB

信息

递交者
类型
递交
题目
P1056 图形面积
语言
C++
递交时间
2019-02-08 17:45:35
评测时间
2019-02-08 17:45:35
评测机
分数
0
总耗时
29ms
峰值内存
316.0 KiB