|
|
вернуться в форумОбщий форумhelp meee!!!!!!! i neeed... please!!! Послано aydan 17 ноя 2010 01:53 pleaseeee peoplee help me!! problem: to find the sum 0f figures in square, from 1 to 100. i need a full specification of this prog on Pascal!!!Людиии добрые!!! здрасьте! помогите мне пожалуйста! как составить программу на задачу: найти сумму квадратов чисел от 1 до 100. точнее я знаю операторы, но программа не проходит!! если вас не затруднит, напишите да подробно эту программу!! спасибо!!! очень срочнооо Edited by author 17.11.2010 01:59 Edited by author 17.11.2010 01:59 Re: help meee!!!!!!! i neeed... please!!! C++: #include <cstdio> void main() { printf("338350"); } Pascal: begin write(338350); end. Java: public class Solution { public static void main(String[] args) { System.out.print(338350); } } |
|
|