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 |
444322223 |
March 18, 2012, 3:10 p.m. |
Problems
You are given a positive integer n. Output its binary notation. The only line of input data contains an integer n (1 ≤ n ≤ 106). Output the binary notation of n (without any leading zeros). In the first example 5 = 1 * 22 + 0 * 21 + 1 * 20. |
Tutorials
Submissions
Submission Id |
Author(s) |
Index |
Submitted |
Verdict |
Language |
Test Set |
Tests Passed |
Time taken (ms) |
Memory Consumed (bytes) |
Tags |
Rating |
|
2995579 |
zkirsche |
B |
Jan. 23, 2013, 6:38 a.m. |
OK |
Factor |
TESTS |
24 |
109 |
0 |
|
1800 |
|
5375900 |
Mohamed_shehta |
B |
Dec. 7, 2013, 1:05 p.m. |
OK |
Factor |
TESTS |
24 |
124 |
0 |
|
1800 |
|
3818174 |
yermak0v |
B |
June 3, 2013, 9:32 a.m. |
OK |
Factor |
TESTS |
24 |
125 |
0 |
|
1800 |
|
3669272 |
Omelianenko |
B |
May 4, 2013, 1:22 p.m. |
OK |
Factor |
TESTS |
24 |
125 |
0 |
|
1800 |
|
1567991 |
cholerikasi |
B |
April 18, 2012, 5:36 a.m. |
OK |
Factor |
TESTS |
24 |
160 |
185856000 |
|
1800 |
|
1385813 |
Renderhp |
B |
March 22, 2012, 12:10 a.m. |
OK |
Factor |
TESTS |
24 |
160 |
185856000 |
|
1800 |
|
1378442 |
Archon.JK |
B |
March 19, 2012, 4:23 a.m. |
OK |
Factor |
TESTS |
24 |
160 |
185856000 |
|
1800 |
|
1378181 |
FarbodY |
B |
March 18, 2012, 9:57 p.m. |
OK |
Factor |
TESTS |
24 |
160 |
185856000 |
|
1800 |
|
1378132 |
gskhirtladze |
B |
March 18, 2012, 8:58 p.m. |
OK |
Factor |
TESTS |
24 |
160 |
185856000 |
|
1800 |
|
1376564 |
soundsdx |
B |
March 18, 2012, 3:54 p.m. |
OK |
Factor |
TESTS |
24 |
160 |
185856000 |
|
1800 |
remove filters
Back to search problems