Show all threads Hide all threads Show all messages Hide all messages |
Easy ~ | [RISE] Levon Oganesyan [RAU] | 1685. Orthography | 13 Mar 2023 21:23 | 6 |
Easy ~ [RISE] Levon Oganesyan [RAU] 3 Aug 2014 05:07 My solution is 20 lines. Easy problem. 14 lines solution with using recursive function. Re: Easy ~ [RISE] Levon Oganesyan [RAU] 31 Aug 2014 21:03 I have recursive function too. Whatever, Good Job! 7 lines with recursive func in python 3. Or 14 with normal look a code. |
My solution in Python 3 took 0.078 seconds and 516 KB with recursion. Can you do it faster? | Dhruv Somani | 1685. Orthography | 18 Aug 2018 18:46 | 2 |
My solution in Python 3 took 0.078 seconds and 516 KB with recursion. Can you do it faster? you can try to to it with stack instead of recursion |
Test 15 is a space or multispace!! Be careful!! | Nguyen Trung Hieu | 1685. Orthography | 20 Jan 2014 10:26 | 1 |
Test 15 is a space or multispace!! Be careful!! |
How this : "orthography, we get gtorhoprahy",I can't understand | Pegasus | 1685. Orthography | 15 Nov 2012 19:53 | 1 |
|
Correct answer for test | _-Re@l-_ | 1685. Orthography | 5 Jul 2012 15:09 | 2 |
Test : abcdefgh Answer : dbacfeg Is this answer correct? no, correct answer is "cbdafegh" |
WA#8 | Vitaliy Karelin | 1685. Orthography | 22 Jun 2012 19:20 | 3 |
WA#8 Vitaliy Karelin 28 Feb 2009 17:21 Does anybody has any idea? Me too and I dont think I'm wrong Send your email. I help you. |
Correct answer for test | _-Re@l-_ | 1685. Orthography | 1 May 2012 15:53 | 3 |
Test : abcdefgh Answer : dbacfeg Is this answer correct? нет! как минимум, в первом слове букв больше :D Edited by author 01.05.2012 15:15 Edited by author 01.05.2012 15:15 Oh, of course :D I want to say, is answer dbacfegh is correct. But now I already know, that my old algorithm hadn't been correct and here is just recursion. |
WA1, please give test | Vasily Slesarev | 1685. Orthography | 5 Jul 2011 01:11 | 2 |
My program passes tests "kyaVs alisse uop." and "gtorhoprahy" but get WA1. Please help. Now AC. The problew was that I used getchar() instead of gets(). |
To all who got wa17 | sklyack | 1685. Orthography | 5 Feb 2011 00:49 | 1 |
With array of 20001 chars (with '\0') I got wa17, but of 20002 I got AC. So the input string can contain 20001 chars, can't it? And in the statement has been said "The text is no longer than 20000"... |
No subject | hhh | 1685. Orthography | 23 Sep 2010 20:57 | 4 |
please smb send me the solution or the idea my mail is vgvavlad@gmail.com [code deleted] Edited by moderator 19.11.2019 23:23 Thank you very much for this algoritm! This is exellent program! |
Need data.. plz (wa1) | Ivan | 1685. Orthography | 12 Mar 2010 22:00 | 1 |
Mods, send input data for test1 please. Trying to solve the problem second day already. Thx vanvector@mail.ru |
Be careful on different OS | aSSault | 1685. Orthography | 6 Oct 2009 16:09 | 1 |
If using Java BufferedReader pay attention on number of symbols read. While testing in eclipse I used N-1. But on Timus server N-2 was accepted Edited by author 06.10.2009 16:13 |
What is answer to "один глаз, один рог, но не носорог"? | silveracm3 | 1685. Orthography | 17 Sep 2009 13:27 | 2 |
What is "г рковоаззи- аул лаывгвдяыеат"? I have no desire to suffer with Russian letters in the console. Answer: "корова из-за угла выглядывает". Translated by Google: "cow from behind a corner peeps". Sorry for my bad English :) |
what to do with punctuation marks? | Anupam Ghosh,Bengal Engg and Sc Uni,MtechIT,2006-09,India | 1685. Orthography | 10 Aug 2009 12:01 | 1 |
orthography gives gtorhoprahy but “one eye, one horn, but not a rhino” gives “reo ac wpeosr tu fdbmo heinoa cnrer” where are the comma's gone??? somebody please help me understand the problem Edited by author 10.08.2009 12:02 Edited by author 10.08.2009 12:02 Edited by author 10.08.2009 12:02 |
Crash #8 | Ivan Zdomskyy_IvanoFrankivsk_SU | 1685. Orthography | 4 Mar 2009 20:55 | 3 |
Crash #8 Ivan Zdomskyy_IvanoFrankivsk_SU 3 Mar 2009 14:08 Why Crash (stack overflow)#8 ???? Help,please =) Use directive somelike #pragma comment(linker, "/STACK:16777216") This is described in the FAQ to this site. Re: Crash #8 Ivan Zdomskyy_IvanoFrankivsk_SU 4 Mar 2009 20:55 |
Input of the Test #15 is just one character! | gio_gio | 1685. Orthography | 1 Mar 2009 17:17 | 1 |
|