ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1008. Image Encoding

I Don't Understand the Input.
Posted by shahmohammadi 16 Oct 2011 23:36
Hi.
If at first our program must determine the type of Image representation? or like example there are just the first type.

excuse my bad English.
Re: I Don't Understand the Input.
Posted by BaJIuK 3 Nov 2011 18:20
At first we should determin type of representation, then translate it to another type. :)
For example:
Input data:
1 1
RT,
R,
T,
T,
R,
T,
,
.
Output data:
8
1 1
1 2
1 3
2 1
2 3
3 1
3 2
3 3