Search found 5 matches
- Tue Jun 24, 2014 10:41 am
- Forum: Volume 4 (400-499)
- Topic: 403 - Postscript
- Replies: 28
- Views: 4110
Re: 403- need some help
Thank you for replying. I modified my code so it produces the same output as yours but still WA. There is something that I am missing...
- Fri Jun 20, 2014 12:47 pm
- Forum: Volume 4 (400-499)
- Topic: 403 - Postscript
- Replies: 28
- Views: 4110
Re: 403- need some help
I also get WA, but don't know why. Someone, whose answer is accepted could specify the ouput for this? .C C5 10 |ACM| .C C5 12 |TEST TEXT| .L C1 20 |SOME MESSAGE| .L C5 18 |OTHER THING| .P C5 32 3 |OWERWRITTEN MESSAGE| .P C1 35 5 |NEED ANSWER| .EOP My code generates the following output (with WA!): ...
- Mon May 12, 2014 11:40 am
- Forum: Volume 8 (800-899)
- Topic: 828 - Deciphering Messages
- Replies: 7
- Views: 3090
Re: 828 - Deciphering Messages
Here are some sample inputs: 3 RSAEIO 2 5 RTSSKAEAGE GRSCAV RGSSCAV RUSIQO RUSSGAACEV JEGIITOOGR TFVQRNA 4 3 HSK LSYWI QTEFCSFRVIWI TEFPMKFEVVXQSQVR GBIWET 3 2 VDPSOGHB BWIIHWAWWE GHBPDBLIO For the inputs it should generate the following outputs: RICE error in encryption EAT error in encryption SEAT...
- Sat Mar 01, 2014 1:18 pm
- Forum: Volume 3 (300-399)
- Topic: 362 - 18,000 Seconds Remaining
- Replies: 75
- Views: 27925
Re: 362 - IO tricky samples
Thank you brianfry713, it helped! And also I had to write a new line after EVERY case, even after the last one, or I got a wrong answer.
- Fri Feb 28, 2014 6:45 pm
- Forum: Volume 3 (300-399)
- Topic: 362 - 18,000 Seconds Remaining
- Replies: 75
- Views: 27925
Re: 362 - IO tricky samples
Hello! I have tried almost everything I read in this forum, but every time I got Wrong Answer (but for the examples I got the rigth answers). I think there must be a problem with the output formatting. Could someone help me, because I can not get through this. Here is the code: import java.io.*; imp...