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<