How do I split an integer depending on the number of digits of another integer?

后端 未结 0 1995
闹比i
闹比i 2021-01-04 09:16

I am trying to find a way to split an integer in a specific way. For example,

int A = 69;
int B = 1234569;

I want to split int B

相关标签:
回答
  • 消灭零回复
提交回复
热议问题