From bf6434890d4fc9d33480836fdeb35e68862141ca Mon Sep 17 00:00:00 2001 From: Udhay <72250606+Udhay-Brahmi@users.noreply.github.com> Date: Fri, 25 Dec 2020 07:59:20 +0530 Subject: [PATCH] Create Compare two linked lists --- Compare two linked lists | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Compare two linked lists diff --git a/Compare two linked lists b/Compare two linked lists new file mode 100644 index 0000000..2641570 --- /dev/null +++ b/Compare two linked lists @@ -0,0 +1,39 @@ +#include +using namespace std; + +int main() { + //code + int n;cin>>n; + while(n--){ + string a,b; + cin>>a>>b;int res=0;double z,x,c,v; + for(int i=0;i(c/v)){ + cout<