ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

help meee!!!!!!! i neeed... please!!!
Posted by aydan 17 Nov 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!!!
Posted by Moonstone [Samara SAU] 17 Nov 2010 02:18
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);
    }
}