diff --git a/9A Die Roll/9A.cpp b/9A Die Roll/9A.cpp new file mode 100644 index 0000000..5bcfa29 --- /dev/null +++ b/9A Die Roll/9A.cpp @@ -0,0 +1,58 @@ +#include +using namespace std; + +#define ll long long +#define ul unsigned long long +#define pb push_back +#define ss second +#define ff first +#define fr(n) for(int i=0; i=0; i--) +#define nl '\n' +#define yes cout<<"YES"<>x>>y; + int mx=max(x,y); + if(mx==1) + cout<<"1/1"<> TC; + while (TC--) solve(); +} \ No newline at end of file