Skip to content

Instantly share code, notes, and snippets.

View astinaam's full-sized avatar
😎

Abdullah Al Mahmud astinaam

😎
  • Fiftytwo Digital Ltd
  • Dhaka, Bangladesh
View GitHub Profile
#include<bits/stdc++.h>
using namespace std;
string fib[5001];
string add(string a,string b)
{
string ans;
int sa = a.size();
#include<bits/stdc++.h>
using namespace std;
int main()
{
// freopen("in.txt","r",stdin);
// freopen("out.txt","w",stdout);