/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:48:22: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
         scanf("%d",&n);
                      ^
/in/foo.cc:50:29: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
             scanf("%d",&a[i]);
                             ^
/in/foo.cc:47:17: warning: unused variable 'T' [-Wunused-variable]
     long long n,T,tt=1;
                 ^
/in/foo.cc:47:19: warning: unused variable 'tt' [-Wunused-variable]
     long long n,T,tt=1;
                   ^~
# 状态 耗时 内存占用
#1 Runtime Error 3ms 260.0 KiB
#2 Runtime Error 5ms 352.0 KiB
#3 Runtime Error 4ms 376.0 KiB
#4 Runtime Error 4ms 384.0 KiB
#5 Runtime Error 4ms 364.0 KiB
#6 Runtime Error 4ms 384.0 KiB
#7 Runtime Error 3ms 256.0 KiB

信息

递交者
类型
递交
题目
P1535 逆序对加强版
语言
C++
递交时间
2017-12-24 09:09:57
评测时间
2017-12-24 09:09:57
评测机
分数
0
总耗时
28ms
峰值内存
384.0 KiB