|
|
back to boardThe shortest program My AC program in Java has 396 lines =) And you?))) Re: The shortest program Java, 368 Re: The shortest program Posted by it4.kp 16 Jul 2009 02:20 C++, 220 :) Re: The shortest program 143, C++ :) Re: The shortest program pascal 196 o(∩_∩)o... It's not the shortest, but I am really proud of it! Edited by author 22.09.2009 21:13 Re: The shortest program Java - 330 :) Good architecture is the key for the shortest program and saving nerves.IMHO Edited by author 04.02.2010 21:26 Re: The shortest program That's funny. This is the first question that comes to mind after the AC. (300 PASCAL lines) Re: The shortest program Posted by ASK 24 Oct 2010 14:41 C++, 144 lines, 3026 characters (including comments, 15 empty lines, and the tracing utilities). Re: The shortest program Posted by ZamNick 24 Jan 2014 01:53 С++, 192 :) Re: The shortest program Posted by Eugene 8 Jun 2014 13:05 Python 120 lines Re: The shortest program Python 111 Re: The shortest program Posted by Dmitriy 29 Nov 2020 17:25 Java 186 Edited by author 29.11.2020 17:38 Edited by author 29.11.2020 17:43 Re: The shortest program Posted by yyll 8 Jul 2021 18:51 Python (74) is really good at these kinds of problems. p1 = Polynomial.parse(input()) p2 = Polynomial.parse(input()) print(p1*p2) |
|
|