Search found 1 match

by shoos099
Tue Aug 08, 2017 1:34 am
Forum: Volume 8 (800-899)
Topic: 836 - Largest Submatrix
Replies: 19
Views: 13460

Re: 836 - Largest Submatrix

Hi everyone. I have tested my soulution to this problem with the datasets provided at uDebug ( https://www.udebug.com/UVa/836 ) and it produces the correct output. But I get WA when I sublit. Could anyone help me what's wrong?

#include <iostream>
#include <algorithm>
using namespace std;
//input ...

Go to advanced search