Commit 714c1035326a46856b5f97af333e91af909b694c
0 parents
Exists in
master
test assignment
Showing 1 changed file with 18 additions and 0 deletions Inline Diff
test.cpp
View file @
714c103
File was created | 1 | nclude <iostream> | ||
2 | using namespace std; | |||
3 | ||||
4 | int minArr (int A[]){ | |||
5 | ||||
6 | return 0; | |||
7 | } | |||
8 | ||||
9 | ||||
10 | int maxArr (int A[]){ | |||
11 |