|
|
вернуться в форумPascal var a,b:real; begin readln(a); readln(b); writeln(a+b); end. Edited by author 10.10.2012 17:42 Edited by author 13.10.2012 20:39 I'm not a Pascal programmer... But... Maybe because these digits are on the same line and you should use "read" instead of "readln"...? Yes, read instead of readln, and also longint instead of real |
|
|