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 1519. Formula 1

Can you tell me why I always Wa on TEST#11?
Posted by Зане 31 Dec 2009 13:37
I always Wa on test#11.But does there anyone know why?

Edited by author 31.12.2009 14:07
Re: Can you tell me why I always Wa on TEST#11?
Posted by cloudygooose 23 Mar 2010 07:21
If you C++
Make sure you use long long;
At first I use <stdio.h>,then I failed.
Then I use <iostream>,then I passed #11.
Re: Can you tell me why I always Wa on TEST#11?
Posted by Зане(Нан) 15 Apr 2010 08:19
Oh!Finally I get Accepted.
First i use getchar and got WA11,and I replace it with gets to read strings,and Accepted.

Edited by author 15.04.2010 08:20