From 3c4bcec330b490d461fefe09dd6989cd0130c4ab Mon Sep 17 00:00:00 2001 From: Vani Gupta <53790649+topcoder69@users.noreply.github.com> Date: Wed, 9 Oct 2019 18:08:15 +0530 Subject: [PATCH] Update 9.cxx --- 9.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/9.cxx b/9.cxx index 810e00b..90c6129 100644 --- a/9.cxx +++ b/9.cxx @@ -10,7 +10,7 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License @@ -18,10 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. * - * */ - #include using namespace std; @@ -35,8 +33,6 @@ int main() string a[6]={"1/6","1/3","1/2","2/3","5/6","1/1"}; cout << a[i-1]; - - return 0; }