/ Vijos /

记录详情

Accepted

foo.cc: In function 'void cf(int)':
foo.cc:20:38: warning: unused variable 'ylen' [-Wunused-variable]
   20 |     int x[500]= {0},y[500]= {0},xlen,ylen,i,j,h;
      |                                      ^~~~
foo.cc:20:47: warning: variable 'h' set but not used [-Wunused-but-set-variable]
   20 |     int x[500]= {0},y[500]= {0},xlen,ylen,i,j,h;
      |                                               ^
foo.cc: In function 'int main()':
foo.cc:61:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   61 |     for(i=0; i<n.size(); i++) {
      |              ~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1129 产生数
语言
C++
递交时间
2022-01-21 18:13:58
评测时间
2022-01-21 18:13:58
评测机
分数
50
总耗时
11ms
峰值内存
384.0 KiB