/ Vijos /

记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:60:39: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   60 |                                 if(idx==fz.size()-1){
      |                                    ~~~^~~~~~~~~~~~~
foo.cc:81:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   81 |                         for(i++;i < s.size();i++){
      |                                 ~~^~~~~~~~~~
foo.cc:94:45: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   94 |                         for(int idx = 0;idx < output.size();idx++){
      |                                         ~~~~^~~~~~~~~~~~~~~
foo.cc:96:39: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   96 |                                 if(idx==output.size()-1) cout << "]" << endl;
      |                                    ~~~^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 328.0 KiB
#2 Accepted 3ms 412.0 KiB
#3 Accepted 4ms 412.0 KiB
#4 Runtime Error Segmentation fault 4ms 412.0 KiB
#5 Accepted 4ms 412.0 KiB

信息

递交者
类型
递交
题目
P1696 数与连分数
语言
C++
递交时间
2023-09-07 19:52:43
评测时间
2023-09-07 19:52:43
评测机
分数
80
总耗时
22ms
峰值内存
412.0 KiB