/ Vijos /

记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:9:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
         scanf("%d",&a[i]);
                 ^
/in/foo.c:13:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
         scanf("%d%d%d",&x,&y,&z);
                 ^
/in/foo.c:13:19: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
         scanf("%d%d%d",&x,&y,&z);
                   ^
/in/foo.c:13:21: warning: format '%d' expects argument of type 'int *', but argument 4 has type 'long long int *' [-Wformat=]
         scanf("%d%d%d",&x,&y,&z);
                     ^
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Accepted 3ms 204.0 KiB
#6 Accepted 3ms 256.0 KiB
#7 Accepted 311ms 1.0 MiB
#8 Accepted 527ms 1.137 MiB
#9 Accepted 878ms 988.0 KiB
#10 Time Exceeded ≥1009ms ≥920.0 KiB
#11 Time Exceeded ≥1006ms ≥992.0 KiB
#12 Time Exceeded ≥1005ms ≥1000.0 KiB
#13 Time Exceeded ≥1006ms ≥1.0 MiB
#14 Time Exceeded ≥1002ms ≥896.0 KiB
#15 Runtime Error 21ms 976.0 KiB
#16 Runtime Error 21ms 1.0 MiB
#17 Runtime Error 16ms 1.047 MiB
#18 Runtime Error 24ms 984.0 KiB
#19 Runtime Error 17ms 964.0 KiB
#20 Runtime Error 17ms 984.0 KiB

信息

递交者
类型
递交
题目
P1782 借教室
语言
C
递交时间
2017-08-22 08:53:02
评测时间
2017-08-22 08:53:02
评测机
分数
45
总耗时
6882ms
峰值内存
1.137 MiB