Talk:A+B: Difference between revisions

→‎Input Specification: Many implementations are incorrect.
(→‎Input Specification: Many implementations are incorrect.)
Line 20:
 
: If you look at the solutions contributed in the first version of the page, you'll see code that only makes any sense if the input is two integers on a single line separated by whitespace. There might or might not be leading and trailing whitespace on that line. Or at least that's what the Pascal and C solutions wanted at that point. –[[User:Dkf|Donal Fellows]] 23:27, 8 April 2010 (UTC)
 
:: Task specification says that the input contains two numbers separated by space. However, many implementations seem to prompt the values one by one. For example Delphi, DMS, DWScript and Elena, just to name few. I think these implementations are incorrect. However, the task specification does not say if the input may contain leading and trailing spaces. --[[User:PauliKL|PauliKL]] 16:02, 25 September 2011 (UTC)
 
===Input specification ("constraints")===
Anonymous user