Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:84:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(rint i=1;i<=n;i++)
     ^~~
/in/foo.cc:85:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     a[i]=Read();Build(1,1,n);
                 ^~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 序列操作
 - 语言
 - C++
 - 递交时间
 - 2020-10-18 16:39:42
 - 评测时间
 - 2020-10-18 16:39:42
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 853ms
 - 峰值内存
 - 12.645 MiB