Compile Error
/in/foo.cc:4:7: error: 'asdfghjkl' does not name a type
 const asdfghjkl=10000005;
       ^~~~~~~~~
/in/foo.cc:5:11: error: 'asdfghjkl' was not declared in this scope
 int n,m,a[asdfghjkl],l,r,sum,ans,tot;
           ^~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:8: error: 'a' was not declared in this scope
   cin>>a[i];
        ^
/in/foo.cc:23:10: error: 'a' was not declared in this scope
     ans+=a[i];
          ^
/in/foo.cc:30:4: error: 'a' was not declared in this scope
    a[sum]=tot;
    ^
  信息
- 递交者
- 类型
- 递交
- 题目
- Basic Binary Indexed Tree
- 语言
- C++
- 递交时间
- 2019-02-01 17:15:32
- 评测时间
- 2019-02-01 17:15:32
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes