In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces "how to achieve string separation in Java". In daily operation, I believe many people have doubts about how to achieve string separation in Java. The editor consulted all kinds of data and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts of "how to achieve string separation in Java". Next, please follow the editor to study!
1. Topic description
Continuous input strings, please split each string with a length of 8 and output to a new string array
If the length of a string is not an integer multiple of 8, please suffix the number 0, and the empty string is not processed.
Enter a description:
Enter strings continuously (enter 2 times, each string length is less than 100)
Output description:
Output to a new array of strings of length 8
Input example:
Abc123456789
Examples of output:
Abc0000012345678900000002, Program Plan 1
Basic ideas:
# include # include using namespace std;int main () {string s; while (cin > > s) {int count = 0; int iTuno; while (I
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.