CodeChef is a non-commercial competitive programming community
Login
Username (New User? Signup) Password (Forgot Password?)
Signup
Login or
Signup with
Connect
Note
  • Publicize your achievements on your Facebook Wall.
  • Challenge your friends or ask them for help.

Site Navigation

  • PRACTICE
    • Easy
    • Medium
    • Hard
    • Challenge
    • Peer
  • COMPETE
    • All Contests
    • June Long 2012
    • May Cook-Off
    • May Long 2012
  • DISCUSS
    • Forums
    • Blog
    • Wiki
    • Facebook
    • Twitter
  • COMMUNITY
    • CodeChef Meetups
    • Campus Chapters
    • Host your Contest
    • User Groups
    • CodeChef TechTalks
    • All Educational Initiatives
  • HELP
    • Frequently Asked Questions
    • FAQ for problem setters
    • Problem Setting
    • Tutorials
    • Long Contest Ranks
    • Short Contest Ranks
    • Event Calendar
  • ABOUT
    • About CodeChef
    • Team CodeChef
    • Press Room
    • CodeChef Financials
    • CodeChef Sponsorships
    • CEO's Corner
    • Contact Us
    • About Directi
Home » Practice(Peer) » Icarus GO

Icarus GO

Problem code: ICGO

  • Submit
  • All Submissions

All submissions for this problem are available.

Icarus is super enthusiastic in becoming the best GO player in the world, and right now he is aiming to surpass his rival Troy. That is why he is training hard in many creative ways.

He knows that a great ability for a good GO player is to count the number of groups and the degrees of freedom of each one just with a quick sight.

As you know, a group is a set of stones in which each stone of the group is adjacent to another stone of the group; and the freedom degree a group is equal to the number of empty intersections that are at least adjacent to one stone in the group. In GO, adjacency is only vertical or horizontal, not diagonal. As the diagram shows, in this reduced 6x6 board there are one big white group consisting of four stones and freedom degree five (5), one black group of two stones and freedom degree four (4) and two black groups of one stone with two freedom degree two (2) each.

A good friend of him made a quick random board generator. It creates a GO board with a certain number of stones placed on it and then Icarus estimates the groups and their degrees of freedom. After that, the computer checks if he was right counting them manually. The only problem is that the computer validation has not been implemented yet, so your task is to help Icarus by writing a program that generates the correct answer. This way, Icarus will be able to validate his answers and finally defeat Troy.

http://picasaweb.google.com/anvaysrivastava/Alkhawarizm?authkey=Gv1sRgCKiltti18crPxwE#5522750289107311042

Input

The first line contains an integer T, which species the number of test cases. Then, T test case descriptions will follow.

The first line contains a pair of integers N and S, which specify the length of the board (which is always square) and the number of stones in it. Then, S lines will follow, each one containing the following items separated by a single white space:

  • A character 'B' or 'W' if the stone is black or white respectively.
  • An integer Ci represents the column where the stone i is placed.
  • An integer Ri represents the row where the stone i is placed.

Remember that the bottom-left intersection in the board is (1,1) and the top-right intersection is (N,N).

Output

For each board you must print the string "Case #i:" in a line, where i is the board number, starting from 1. Then, you must print one line for each group in the board, printing a character 'B' if the group is black or 'W' if the group is white, the number of stones in the set and the freedom degrees of that group; those three elements should be separated by single a white space. The groups should be sorted by the following rules:

  1. Put black groups before white groups.
  2. If two groups are of the same color, put bigger groups first.
  3. If two groups are of the same color and the same size, put groups with greater freedom degree first.

Example

Input 3 6 8 B 5 2 W 4 2 B 5 4 W 4 4 B 5 5 W 5 3 B 6 3 W 4 3 9 6 W 5 5 B 9 5 B 9 1 W 1 1 B 1 2 B 2 1 6 5 B 1 1 B 1 2 W 3 1 W 2 2 W 3 2 Output Case #1: B 2 4 B 1 2 B 1 2 W 4 5
Case #2: B 1 3 B 1 2 B 1 2 B 1 2 W 1 4 W 1 0
Case #3: B 2 2 W 3 5

Constraints:

  • T will be between 1 and 200, inclusive.
  • N will be between 1 and 106, inclusive.
  • S will be between 1 and min(N2,250), inclusive.
  • Ci will be between 1 and N, inclusive, for all i between 1 and S.
  • Ri will be between 1 and N, inclusive, for all i between 1 and S.
  • There will not be more than one stone in the same intersection.


Author: divij
Date Added: 29-09-2010
Time Limit: 1.5 sec
Source Limit: 50000 Bytes
Languages: C, C99 strict, CLOJ, CPP 4.0.0-8, CPP 4.3.2, F#, GO, PERL6, PYTH 3.1.2, TEXT


  • Submit

Comments

  • Login or Register to post a comment.

SUCCESSFUL SUBMISSIONS FOR THIS PROBLEM:

Programming Competition Fetching successful submissions
Directi Go for Gold

HELP

Program should read from standard input and write to standard output. After you submit a solution you can see your results by clicking on the [My Submissions] tab on the problem page. Below are the possible results:

 

  • Accepted Your program ran successfully and gave a correct answer. If there is a score for the problem, this will be displayed in parenthesis next to the checkmark.
  • Time Limit Exceeded Your program was compiled successfully, but it didn't stop before time limit. Try optimizing your approach.
  • Wrong Answer Your program compiled and ran succesfully but the output did not match the expected output.
  • Runtime Error Your code compiled and ran but encountered an error. The most common reasons are using too much memory or dividing by zero. For the specific error codes see the help section.
  • Compilation Error Your code was unable to compile. When you see this icon, click on it for more information.
  • If you are still having problems, see a sample solution here.

CodeChef is a global programming communityCodeChef hosts online programming competitions
CodeChef is a non-commercial competitive programming community
  • About CodeChef
  • About Directi
  • CEO's Corner
  • C-Programming
  • Programming Languages
  • Contact Us
© 2009 Directi Group. All Rights Reserved. CodeChef uses SPOJ © by Sphere Research Labs
In order to report copyright violations of any kind, send in an email to copyright@codechef.com
CodeChef a product of Directi
The time now is:
CodeChef - A Platform for Aspiring Programmers

CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming contests. At CodeChef we work hard to revive the geek in you by hosting a programming contest at the start of the month and another smaller programming challenge in the middle of the month. We also aim to have training sessions and discussions related to algorithms, binary search, technicalities like array size and the likes. Apart from providing a platform for programming competitions, CodeChef also has various algorithm tutorials and forum discussions to help those who are new to the world of computer programming.

Practice Section - A Place to hone your 'Computer Programming Skills'

Try your hand at one of our many practice problems and submit your solution in a language of your choice. Our programming contest judge accepts solutions in over 35+ programming languages. Preparing for coding contests were never this much fun! Receive points, and move up through the CodeChef ranks. Use our practice section to better prepare yourself for the multiple programming challenges that take place through-out the month on CodeChef.

Compete - Monthly Programming Contests and Cook-offs

Here is where you can show off your computer programming skills. Take part in our 10 day long monthly coding contest and the shorter format Cook-off coding contest. Put yourself up for recognition and win great prizes. Our programming contests have prizes worth up to Rs.20,000 and $700lots more CodeChef goodies up for grabs.

Discuss

Are you new to computer programming? Do you need help with algorithms? Then be a part of CodeChef's Forums and interact with all our programmers - they love helping out other programmers and sharing their ideas. Have discussions around binary search, array size, branch-and-bound, Dijkstra's algorithm, Encryption algorithm and more by visiting the CodeChef Forums and Wiki section.

CodeChef Community

As part of our Educational initiative, we give institutes the opportunity to associate with CodeChef in the form of Campus Chapters. Hosting online programming competitions is not the only feature on CodeChef. You can also host a coding contest for your institute on CodeChef, organize an algorithm event and be a guest author on our blog.

Go For Gold

The Go for Gold Initiative was launched about a year after CodeChef was incepted, to help prepare Indian students for the ACM ICPC World Finals competition. In the run up to the ACM ICPC competition, the Go for Gold initiative uses CodeChef as a platform to train students for the ACM ICPC competition via multiple warm up contests. As an added incentive the Go for Gold initiative is also offering over Rs.8 lacs to the Indian team that beats the 29th position at the ACM ICPC world finals. Find out more about the Go for Gold and the ACM ICPC competition here.

Domain Name Registration, Web hosting, and Website Design provided by BigRock.com