Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CodeChef/ADAKING.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* problem : https://www.codechef.com/JULY20B/problems/ADAKING*/
/*Jai Shree Ram*/


#include <bits/stdc++.h>
#include<numeric>
Expand Down Expand Up @@ -56,4 +58,4 @@ int main()
}

return 0;
}
}
4 changes: 3 additions & 1 deletion CodeChef/XYSTR.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* problem : https://www.codechef.com/JUNE20B/problems/XYSTR*/

/*Jai Shree Ram🚩🚩*/



#include <bits/stdc++.h>
Expand Down Expand Up @@ -59,4 +61,4 @@ int main()

}
return 0;
}
}