From 5a163ef2a49e9990cbc26ad41f7c0ed1d7da8039 Mon Sep 17 00:00:00 2001 From: Cse Ta account Date: Mon, 30 Mar 2015 10:32:50 -0700 Subject: [PATCH] few changes --- test.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test.cpp b/test.cpp index 6838bea..1114bc5 100644 --- a/test.cpp +++ b/test.cpp @@ -1,13 +1,13 @@ -nclude +include using namespace std; -int minArr (int A[]){ - -return 0; +int minArr (int A[], int n){ + + } -int maxArr (int A[]){ +int maxArr (int A[], int n){ return 0; } -- 1.9.1