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 1209. 1, 10, 100, 1000...

simple algo
Posted by dula 8 Apr 2013 00:21
if((8*(input) - 7) -> integer)
 cout << 1;
else
 cout << 0;
Re: simple algo
Posted by shailendrasky 27 Dec 2013 01:47
wrong!!!

check for input=3.....!!!!!
dula wrote 8 April 2013 00:21
if((8*(input) - 7) -> integer)
 cout << 1;
else
 cout << 0;