IslandsProblem code: ISLANDS |
There is a rectangular N x M grid of square cells. Each cell is either a unit of land or a unit of water. Two cells are adjacent if they share a side. Two adjacent land cells are said to be part of the same island. The size of an island is the number of land cells that form that island.
Given the N X M grid, you are required to find the total number of islands and the size of the largest island.
Input
The first line contains two integers N and M(1<=N,M<=1000), separated by a space. The next N lines contain M characters each. Each of these M characters is either a '.' or a 'x', representing a water cell and a land cell respectively.
Output
The output contains two integers separated by a space. The first integer is the number of islands and the second integer is the size of the largest island.
Example
Input: 4 5 xx..x xxxx. ..xx. xx... Output: 3 8Explanation:
In the grid below, cells marked with the same number are part of the same island. The island that is marked with the integer 1 has a size of 8.
1 1 . . 2 1 1 1 1 . . . 1 1 . 3 3 . . .
| Author: | admin |
| Date Added: | 14-08-2009 |
| Time Limit: | 1 - 5 sec |
| Source Limit: | 50000 Bytes |
| Languages: | ADA, ASM, BASH, BF, C, C99 strict, CAML, CLOJ, CLPS, CPP 4.0.0-8, CPP 4.3.2, CS2, D, F#, FORT, GO, HASK, ICK, ICON, JAR, JAVA, JS, LISP clisp, LISP sbcl, LUA, NEM, NICE, PAS fpc, PAS gpc, PERL, PERL6, PHP, PIKE, PRLG, PYTH, PYTH 3.1.2, RUBY, SCALA, SCM guile, SCM qobi, ST, TEXT, WSPC |
Comments

Fetching successful submissions

Why there is "restricted
Why there is "restricted contest" if i click
submit? i've registered for this match.. thanks..
Login using the team account.
Login using the team account.
Ya for me also it says
Ya for me also it says Restricted content.
seems multiple accepts are
seems multiple accepts are counted as penalty... will this remain the same for the main contest?
Login using the team account
Login using the team account with which you registered for this contest and then submit.
Thanks Admin... :) I just
Thanks Admin... :)
I just want to ask, account for practice and account for real contest is different, am i correct?
So how to check my account for real contest if i forget? Should i check on "List of Teams" one by one?
Yeah. You would have to do
Yeah. You would have to do that. Please remember the id you registered with.
@BruteForce We are looking
@BruteForce We are looking into this. Please avoid making multiple correct submissions till then.
i cant see the Submit button.
i cant see the Submit button. Is it bcoz the contest is over. If possible plss make the two problems avail for submission.
i can see the submit button,
i can see the submit button, but unfortunately i can't use it.
the buttons links to "#"
same story here. cant submit.
same story here. cant submit.
That is because the practice
That is because the practice contest has finished.
no submit button....
no submit button....
The practice run is over.
The practice run is over. That's why you don't get a submit button.
How to submit the solution?
How to submit the solution?
How can i submit this problem
How can i submit this problem ?