我需要从一些Area eq加入3个整数
int sens1[]= {11,22,13,66,2}; int x= ?? // and here i need to join sens1[0], sens1[1] and sens1[2] // so the X to be=112213 not like char, like integer value
c++ arrays integer join concatenation
arrays ×1
c++ ×1
concatenation ×1
integer ×1
join ×1