imesecan Mar.05.2015 at 01:24:51 PM
|
Problem "Ordering Pizza" (1)
| 1 post |
| Test Case 1 5 250 300 400 400 450 4 4 4; 5 3; 1 1; 3 2; 1 3 3; 2 5 2; 4 3; 3 2 3; 4 2; 3 1; 2 4 2; 3 5; -1
---- Pattern ---- 12200 4000
|
imesecan Mar.05.2015 at 01:26:22 PM
|
Problem "Connecting Wires" (1)
| 1 post |
| Test Case 1 7 Black White Black Black Black White White White Black White Black White Black White
---- Pattern ---- 13
|
imesecan Mar.05.2015 at 11:55:24 AM
|
Problem "esreveR Triangle" (1)
| 1 post |
| Test Case 1 6 d e
Pattern https:\//drive.google.com/file/d/0B_xRqfOMgQDGRVQyRktGTW5...
|
imesecan Mar.05.2015 at 11:49:46 AM
|
Problem "Missing Number" (1)
| 1 post |
| Test Case 1 10 9 8 3 4 2 6 1 7 5
--- Pattern --- 10
|
Nov.19.2013 at 06:04:39 PM
|
Problem "Area and Perimeter of different Shapes" (0)
| 0 posts |
imesecan Nov.19.2013 at 03:18:30 PM
|
Problem "Number of Prime numbers" (1)
| 1 post |
| In order to verify a number if it's prime or not, you need to check all numbers from 2 until its sqrt. That is for checking 49: from 2 until 7 is enough.
|
imesecan Nov.19.2013 at 12:02:40 PM
|
Problem "Telephone Calls" (1)
| 1 post |
| Post is deleted
|
Nov.18.2013 at 01:37:09 AM
|
Problem "Magic Words" (0)
| 0 posts |
imesecan Nov.15.2013 at 10:44:39 AM
|
Problem "Centimeters to Yards" (2)
| 2 posts |
| Сообщение скрыто |
imesecan Nov.09.2013 at 06:50:04 PM
|
Problem "Convert inces to cm" (9)
| 9 posts |
| Please do not submit code here
|
Nov.16.2013 at 08:09:58 PM
|
Problem "Pythagorean Numbers" (0)
| 0 posts |
imesecan Nov.12.2013 at 10:06:26 PM
|
Problem "How much space" (2)
| 2 posts |
| Сообщение скрыто |
Nov.15.2013 at 10:36:26 PM
|
Problem "Paint Buckets" (0)
| 0 posts |
Nov.15.2013 at 09:40:16 PM
|
Problem "Top N Donors" (0)
| 0 posts |
Nov.15.2013 at 07:39:44 PM
|
Problem "File Decryption" (0)
| 0 posts |
Nov.15.2013 at 06:50:11 PM
|
Problem "Letter Grades" (0)
| 0 posts |
Nov.15.2013 at 06:35:32 PM
|
Problem "Team Standings" (0)
| 0 posts |
imesecan Nov.15.2013 at 09:49:09 AM
|
Problem "Question 3" (1)
| 1 post |
| This number is too big to read with integer or long long, you need to read char by char and then convert every char to integer.
http://stackoverflow.com/questions/5029840/convert...
char a = '4'; int ia = a - '0';
|
Nov.14.2013 at 07:14:26 PM
|
Problem "Bills of City Water Company" (0)
| 0 posts |
imesecan Dec.12.2012 at 09:54:05 PM
|
Problem "Question 1" (5)
| 5 posts |
| Post is deleted
|