Submit | All submissions | Best solutions | Back to list |
Added by: | Edwin Guzman |
Date: | 2012-04-25 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | ASM32-GCC MAWK BC C-CLANG C NCSHARP C++ 4.3.2 CPP CPP14 CPP14-CLANG COBOL COFFEE D-CLANG D-DMD DART ELIXIR FANTOM FORTH GOSU GRV JAVA JS-MONKEY JULIA KTLN NIM NODEJS OBJC OBJC-CLANG OCT PICO PROLOG PYPY PYPY3 PY_NBC R RACKET RUST CHICKEN SQLITE SWIFT UNLAMBDA VB.NET |
hide comments
|
|||||
2013-05-10 09:39:51 Massand Sagar Sunil
3 WAs because you didn't mention that cut could only be at integer-coordinates.Please change the problem statement immediately, you are wasting everyone's time. |
|||||
2012-12-30 19:35:57 Robert Gerbicz
Here size=volume. |
|||||
2012-08-07 15:18:13 Shubham.IIITM
wht is meant by size !!! |
|||||
2012-05-07 09:44:53 :D
Yes, I got AC with assumpion of only integer coordinates. Mehmet Inal: Yes ull is enougth (since N^3 fits), but you have to code carefully in few places to not overflow on operations with A,B,C,D. |
|||||
2012-05-07 01:38:59 Alex Anderson
For this case, is it possible or impossible? 6 132 6 66 12 Rather, I believe the problem statement is incorrect. You should specify that the cuts can only occur at integer coordinates, since I have submitted a solution which is correct if you can make cuts at fractional lengths. Last edit: 2012-05-07 01:52:42 |
|||||
2012-05-05 20:30:23 Francky
I can't imagine reasons that restrict the allowed languages. Please open to all, it's a good problem. (It's a general comment for many problems) |
|||||
2012-05-05 08:30:36 (Tjandra Satria Gunawan)(曾毅昆)
@all : There are many tricky test cases :-D Finally AC after 3 submissions... @ Mehmet Inal : No, I use int64 string to solve this problem... Last edit: 2012-05-05 09:42:22 |
|||||
2012-05-03 14:36:35 mehmetin
Do the intermediate values fit into unsigned long long? Last edit: 2012-05-04 18:30:18 |
|||||
2012-05-03 06:42:51 Krishna Datt Mishra
Not necessary that all are cubes but can be in best case. |