Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:10: warning: unused variable 'k' [-Wunused-variable]
  int i=1,k=0,b[200010],n;
          ^
/in/foo.cc:10:7: warning: iteration 200010 invokes undefined behavior [-Waggressive-loop-optimizations]
   b[i]=i;
   ~~~~^~
/in/foo.cc:8:15: note: within this loop
  for(int i=0;i<=200010;i++)
              ~^~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 2019.2.11 Problem A - string
 - 比赛
 - 2019.2.11补题通道
 - 语言
 - C++
 - 递交时间
 - 2019-02-12 10:07:14
 - 评测时间
 - 2019-02-12 10:07:14
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 38ms
 - 峰值内存
 - 1.48 MiB