Search found 5 matches

by hiro
Sat Oct 30, 2004 8:19 pm
Forum: Volume 101 (10100-10199)
Topic: 10150 - Doublets
Replies: 46
Views: 45913

10150 - Doublets

Hi everybody...
Im having some trouble submitting Doublets...
i always get TL with 10,39 s, but in the ranking lista there's a submission that took about 28s...
I dont lnow why i get TL wiht my time...
Am i doing the right input?


#include <iostream>
#include <list>
#include <deque>
#include ...
by hiro
Tue Oct 12, 2004 3:06 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 152630

Thank you!!!
by hiro
Tue Oct 12, 2004 2:07 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 152630

Hi Sohel!!!
I modified my code as you suggested and i got AC.
Thank you a lot.... i couldn't see what was wrong with my code.....
But i still don't understand why the code:
while ((c = getchar()) != '\n')
{
cin.putback(c);

int n;
cin >> n;
....
}
don't get accepted?
I tested your ...
by hiro
Mon Oct 11, 2004 6:57 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 152630

10038

I don't know why i get WA with this code....I was reading others posts and i couldn't find nothing that my code didn't cover.
Someone can help me?


#include<iostream>
#include<stdio.h>
#include<string>

using std::cout;
using std::cin;
using std::endl;

int main()
{
char c;

while ((c = getchar ...
by hiro
Mon Oct 11, 2004 1:50 am
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77185

Thanks man!!! i've submitted about 30 times but i couldn't find the error....
When i read your post i realized qhat i wasn't seeing...
Thanks.... :D

Go to advanced search