Surprise Language Round 6

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
188 Surprise Language Round 6 FINISHED False 7200 393863399 May 25, 2012, 3:30 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 334 ) G Array Sorting PROGRAMMING *special implementation 1700

B'Sorting arrays is traditionally associated with high-level languages. How hard can it be in Roco? Sort the given array in non-descending order. The first line of input contains an integer n (1 xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89n xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89100) -- the size of the array. The following n lines contain the elements of the array, one per line. Each element of the array is an integer between 1 and 100, inclusive. The array might contain duplicate elements. Output space-separated elements of the sorted array.'...

Tutorials

Surprise Language Round #6: editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
3958316 stevenkplus G June 25, 2013, 7:41 a.m. OK Roco TESTS 37 15 0 1700
3037357 romanychda G Jan. 30, 2013, 2:54 p.m. OK Roco TESTS 37 15 0 1700
4079532 Router G July 16, 2013, 7:50 a.m. OK Roco TESTS 37 15 102400 1700
3816691 yermak0v G June 2, 2013, 6:24 p.m. OK Roco TESTS 37 15 102400 1700
3669334 Omelianenko G May 4, 2013, 1:37 p.m. OK Roco TESTS 37 15 102400 1700
45751368 yongwhan G Nov. 15, 2018, 1:29 a.m. OK Roco TESTS 37 30 0 1700
5614496 PSDEV G Jan. 4, 2014, 7:58 a.m. OK Roco TESTS 37 30 0 1700
4454808 DiedriK G Sept. 13, 2013, 10:24 p.m. OK Roco TESTS 37 30 0 1700
4452143 jthread G Sept. 13, 2013, 2:38 p.m. OK Roco TESTS 37 30 0 1700
64783815 steven1029 G Nov. 13, 2019, 8:22 a.m. OK Roco TESTS 37 30 102400 1700

remove filters

Back to search problems