/ Vijos /

记录详情

Accepted

foo.cc: In function 'void do1(int, std::map<int, int>&)':
foo.cc:20:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   20 |     for(i=0;i<v.size()&&v[i]<=x;++i)
      |             ~^~~~~~~~~
foo.cc:26:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   26 |             else
      |             ^~~~
foo.cc:28:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   28 |                 return ;
      |                 ^~~~~~
foo.cc:35:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   35 |             else
      |             ^~~~
foo.cc:37:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   37 |                 x/=v[i];
      |                 ^
foo.cc: In function 'int main()':
foo.cc:80:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   80 |     for(it=q.begin();it!=q.end();++it)
      |     ^~~
foo.cc:85:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   85 |         cout<<t<<endl;
      |         ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 7ms 1.0 MiB
#2 Accepted 7ms 908.0 KiB
#3 Accepted 10ms 896.0 KiB
#4 Accepted 9ms 896.0 KiB
#5 Accepted 72ms 1.125 MiB

信息

递交者
类型
递交
题目
P1137 组合数
语言
C++
递交时间
2021-12-12 14:51:24
评测时间
2021-12-12 14:51:24
评测机
分数
100
总耗时
107ms
峰值内存
1.125 MiB