Largest int from concatenated ints: Difference between revisions

Content deleted Content added
→‎{{header|C}}: added missing number 9 in x array
Line 40: Line 40:
int main(void)
int main(void)
{
{
int x[] = {1, 34, 3, 98, 76, 45, 4};
int x[] = {1, 34, 3, 98, 9, 76, 45, 4};
int y[] = {54, 546, 548, 60};
int y[] = {54, 546, 548, 60};