VK Cup 2012 Wild-card Round 1

Solutions are presented as using the least memory and the fastest execution time. It also takes the top 10 most recent solutions from each language. If you want to limit to a specific index, click the "Solved" button and go to that problem.

ContestId
Name
Phase
Frozen
Duration (Seconds)
Relative Time
Start Time
162 VK Cup 2012 Wild-card Round 1 FINISHED False 7200 399739799 March 18, 2012, 3:10 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 228 ) D Remove digits PROGRAMMING *special 1900

B'You are given a string. Remove all digits from it. When a character is removed from a string, all characters to the right of it are shifted one position to the left. The only line of input contains a string between 1 and 100 characters long. Each character of the string has ASCII-code between 33 (exclamation mark) and 126 (tilde), inclusive. Output the given string with all digits removed from it. If the original string had only digits, output an empty string.'...

Tutorials

VK Cup 2012 Wild-card Round 1: editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
3669277 Omelianenko D May 4, 2013, 1:23 p.m. OK Factor TESTS 38 109 0 1900
3818178 yermak0v D June 3, 2013, 9:32 a.m. OK Factor TESTS 38 125 0 1900
4554244 DarthShrine D Sept. 25, 2013, 10:22 a.m. OK Factor TESTS 38 156 0 1900
1377667 mjf D March 18, 2012, 5:16 p.m. OK Factor TESTS 38 160 185856000 1900
1505154 ddrone D April 8, 2012, 8:09 p.m. OK Factor TESTS 38 170 185856000 1900
1408549 liuyubobobo D March 25, 2012, 12:18 p.m. OK Factor TESTS 38 170 185856000 1900
1406367 watashi D March 24, 2012, 7:15 p.m. OK Factor TESTS 38 170 185856000 1900
1385075 Parhomets D March 21, 2012, 3:56 p.m. OK Factor TESTS 38 170 185856000 1900
1379418 FarbodY D March 19, 2012, 2:30 p.m. OK Factor TESTS 38 170 185856000 1900
1377816 marcoskwkm D March 18, 2012, 6:05 p.m. OK Factor TESTS 38 170 185856000 1900

remove filters

Back to search problems