记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(i=0;i<v1.size();i++)
          ~^~~~~~~~~~
/in/foo.cc:23:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=0;j<v2.size();j++)
               ~^~~~~~~~~~
/in/foo.cc:23:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int j=0;j<v2.size();j++)
   ^~~
/in/foo.cc:26:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    if(t==0)
    ^~
/in/foo.cc:29:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(i=0;i<v3.size();i++)
          ~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 204.0 KiB
#3 Accepted 1ms 208.0 KiB
#4 Accepted 1ms 200.0 KiB
#5 Accepted 1ms 204.0 KiB

信息

递交者
类型
递交
题目
P1049 OO11-1 vector<int>中的查找删除
比赛
《面向对象程序设计方法》课程赛事6
语言
C++
递交时间
2019-04-21 16:27:21
评测时间
2019-04-21 16:27:21
评测机
分数
100
总耗时
8ms
峰值内存
208.0 KiB