Getting WA with this code,but I checked with lots of test cases my code is working good....can anyone give me some critical test cases for this problem..?? :oops:
my code is here:
#include<stdio.h>
#include<iostream>
#include<vector>
#include<cstring>
#include<string>
#include<sstream>
using ...
Search found 2 matches
- Mon Apr 13, 2015 4:10 pm
- Forum: Volume 4 (400-499)
- Topic: 466 - Mirror, Mirror
- Replies: 13
- Views: 5503
- Fri Mar 27, 2015 5:01 pm
- Forum: Volume 5 (500-599)
- Topic: 541 - Error Correction
- Replies: 27
- Views: 16923
Re: 541 - Error Correction
i m getting WA with this problem so much times :cry: ....need some critical test cases for this problem...thnx in advance...
my code is here:
#include<bits/stdc++.h>
using namespace std;
int main()
{
int arra[201][201];
int n,count,kount,i,j,p,c,p1,k,cnt,a,b,a1,b1,flag,knt,mark,a2,b2;
while ...
my code is here:
#include<bits/stdc++.h>
using namespace std;
int main()
{
int arra[201][201];
int n,count,kount,i,j,p,c,p1,k,cnt,a,b,a1,b1,flag,knt,mark,a2,b2;
while ...