|
|
back to board1000 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. |
|
|