Compile Error
/in/ex1.cpp:29:25: error: implicit conversion changes signedness: 'int' to 'std::vector::size_type' (aka 'unsigned long') [-Werror,-Wsign-conversion] cout<<(string)s[i]<<" "; ~ ^ /in/ex1.cpp:65:25: error: implicit conversion changes signedness: 'int' to 'std::vector::size_type' (aka 'unsigned long') [-Werror,-Wsign-conversion] cout<<(string)s[i]<<" "; ~ ^ 2 errors generated.
Information
- Submit By
- Type
- Submission
- Homework
- Homework 8
- Language
- C++ (Clang++, with memory check)
- Submit At
- 2022-12-07 22:13:33
- Judged At
- 2022-12-07 22:13:33
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes