Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:10: warning: variable 'sum' set but not used [-Wunused-but-set-variable]
  int n,q,sum,pos1,pos2;
          ^~~
/in/foo.cc:32:14: warning: 'pos2' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cout<<pos2-pos1<<endl;
              ^~~~
/in/foo.cc:32:14: warning: 'pos1' may be used uninitialized in this function [-Wmaybe-uninitialized]
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - Query on Points
 - 比赛
 - 2019.1.28作业 & 补题通道
 - 语言
 - C++
 - 递交时间
 - 2019-01-28 21:21:41
 - 评测时间
 - 2019-01-28 21:21:41
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 61ms
 - 峰值内存
 - 464.0 KiB