Search found 1 match

by reshad555
Mon Sep 05, 2016 1:11 pm
Forum: Volume 106 (10600-10699)
Topic: 10653 - Bombs! NO they are Mines!!
Replies: 36
Views: 24565

Re: 10653 - Bombs! NO they are Mines!!

this is my dp solution. I've tested it with a few cases but getting wa. can anyone tell me what is wrong with my code,please.


#include<bits/stdc++.h>
using namespace std;
#define asgnarr(a,n) for(int i=0;i<n;i++)cin>>a[i]
#define fast ios_base::sync_with_stdio(false)
#define loop(a,b) for(int i=a ...

Go to advanced search