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

Discussion of Problem 1000. A+B Problem

1000 what's the problem?
Posted by dds861 9 May 2015 12:58
#include <iostream>

int main()
{
    int a=1+5;
    std::cout<<a;
}
Re: 1000 what's the problem?
Posted by Noob 15 May 2015 01:45
Input numbers are not always 1 and 5, they are given to your stdin.