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);
                  ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - Basic Binary Indexed Tree
 - 语言
 - C++
 - 递交时间
 - 2019-02-01 16:19:21
 - 评测时间
 - 2019-02-01 16:19:21
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 2039ms
 - 峰值内存
 - 504.0 KiB