int array[3];
int c1, c2, c3;
c1 = 1
c2 = 2
c3 = 3

array[3] = {c1, c2, c3}

이렇게 안됨?

- dc official App