We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddc742 commit 5df05fdCopy full SHA for 5df05fd
1 file changed
Tests/SumAndGreater.c
@@ -1,5 +1,5 @@
1
int main (void){
2
- int vetor[5]= {4, 6, 3, 7, 2};
+ int vetor[5]= {1, 5, 8, 7, 6};
3
int i;
4
int sum = vetor[0];
5
int max = vetor[0];
0 commit comments