/ TYWZ /

记录详情

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]
# 状态 耗时 内存占用
#1 Accepted 51ms 464.0 KiB

信息

递交者
类型
递交
题目
Query on Points
语言
C++
递交时间
2019-01-28 21:21:13
评测时间
2019-01-28 21:21:13
评测机
分数
100
总耗时
51ms
峰值内存
464.0 KiB