From bea9a65b712239974163ffef74bb43533d230120 Mon Sep 17 00:00:00 2001 From: chehak123 Date: Thu, 1 Oct 2020 15:45:58 +0530 Subject: [PATCH] added leetcode math question --- CodeChef/ FLOW001.cpp | 18 ---------------- LeetCode/ugly numbers II.cpp | 40 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 18 deletions(-) delete mode 100644 CodeChef/ FLOW001.cpp create mode 100644 LeetCode/ugly numbers II.cpp diff --git a/CodeChef/ FLOW001.cpp b/CodeChef/ FLOW001.cpp deleted file mode 100644 index fba930f..0000000 --- a/CodeChef/ FLOW001.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/*Link to the question: https://www.codechef.com/problems/FLOW001 */ - - -#include -using namespace std; -int main() -{ - int t; - cin>>t; - int a,b; - for(int i=1;i<=t;i++) - { - cin>>a; - cin>>b; - cout<