/ TYWZ /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:22: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'short int*' [-Wformat=]
   scanf("%d",&tree[i]);
                      ^
/in/foo.cc:15:18: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[21]' [-Wformat=]
   scanf("%s",&com);
                  ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1002ms ≥504.0 KiB
#2 Runtime Error 11ms 500.0 KiB
#3 Time Exceeded ≥1000ms ≥464.0 KiB
#4 Runtime Error 12ms 460.0 KiB
#5 Runtime Error 11ms 460.0 KiB

信息

递交者
类型
递交
题目
Basic Binary Indexed Tree
语言
C++
递交时间
2019-02-01 16:19:21
评测时间
2019-02-01 16:19:21
评测机
分数
0
总耗时
2039ms
峰值内存
504.0 KiB