Home > Back-end >  Please check error, acm question bank simple calculation in array way which wrong
Please check error, acm question bank simple calculation in array way which wrong

Time:01-10

CodePudding user response:

1. Didn't write the return;
2. The printf (" % d % d % d "); Don't play Spaces between % d

CodePudding user response:

Line 20
It should be:
 if (min> A [I]) 

CodePudding user response:

Understand, thanks
  • Related