/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:39:25: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'long int*' [-Wformat=]
  scanf("%lld %lld",&n,&m);
                         ^
/in/foo.cc:39:25: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'long int*' [-Wformat=]
/in/foo.cc:43:34: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'long int*' [-Wformat=]
   scanf("%lld %lld %lld",&a,&b,&c);
                                  ^
/in/foo.cc:43:34: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'long int*' [-Wformat=]
/in/foo.cc:43:34: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 4ms 496.0 KiB
#2 Accepted 4ms 508.0 KiB
#3 Wrong Answer 2ms 484.0 KiB
#4 Runtime Error 7ms 384.0 KiB
#5 Wrong Answer 4ms 2.449 MiB
#6 Runtime Error 12ms 768.0 KiB
#7 Runtime Error 34ms 3.25 MiB
#8 Runtime Error 30ms 2.828 MiB
#9 Runtime Error 51ms 4.82 MiB
#10 Wrong Answer 139ms 5.09 MiB

信息

递交者
类型
递交
题目
P1776 关押罪犯
语言
C++
递交时间
2018-05-07 18:06:18
评测时间
2018-05-07 18:06:18
评测机
分数
20
总耗时
292ms
峰值内存
5.09 MiB