Commit e1b063953ab79ea8b885bd7d9c509eb119099d14
1 parent
5a163ef2a4
Exists in
master
hmm
Showing 1 changed file with 3 additions and 1 deletions Inline Diff
test.cpp
View file @
e1b0639
include <iostream> | 1 | 1 | include <iostream> | |
using namespace std; | 2 | 2 | using namespace std; | |
3 | 3 | |||
int minArr (int A[], int n){ | 4 | 4 | int minArr (int A[], int n){ | |
5 | 5 | |||
6 | 6 | |||
} | 7 | 7 | } | |
8 | 8 | |||
9 | 9 | |||
int maxArr (int A[], int n){ | 10 | 10 | int maxArr (int A[], int n){ | |
11 | 11 | |||
12 | ||||
13 | } |