Search found 8 matches

by refa
Mon Apr 11, 2005 11:33 pm
Forum: Volume 4 (400-499)
Topic: 494 - Kindergarten Counting Game
Replies: 119
Views: 34755

494 WA

Dear ACM members, Could you please take a look at my code and tell me what's wrong because I am getting WA all the time and I read all the posts about it on the forum and it works properly with the example inputs. Thank you #include <iostream> #include <string> #include <cctype> using namespace std;...
by refa
Sun Mar 27, 2005 11:55 am
Forum: Volume 7 (700-799)
Topic: 725 - Division
Replies: 49
Views: 29734

Thank you Sedefcho, I got the idea.

Btw I got accepted with my old code I forgot one more value for 17 and that's why I got wrong answer all the time! I will try to solve the problem also on the way you showed me.

Thank you

Best regards,
Refik
by refa
Wed Mar 23, 2005 12:45 pm
Forum: Volume 7 (700-799)
Topic: 725 - Division
Replies: 49
Views: 29734

Dear Sedefcho,

thank you for your response. I will try to
solve it again on my own on a different
way and with a different aproach if I don't
succedd I will ask you again.. :)

Thank you pal :)
by refa
Tue Mar 22, 2005 11:54 pm
Forum: Volume 7 (700-799)
Topic: 725 - Division
Replies: 49
Views: 29734

Anybody any idea, please?

Thank you
by refa
Fri Mar 18, 2005 5:25 pm
Forum: Volume 7 (700-799)
Topic: 725 - Division
Replies: 49
Views: 29734

Thank you Suman :)
by refa
Fri Mar 18, 2005 4:56 pm
Forum: Volume 7 (700-799)
Topic: 725 - Division
Replies: 49
Views: 29734

The computer(1.5GHz) needed 1 hour to calculate these values, it was a brute force method using for loops to retrive these values. So I guess with one hour I would get TIME LIMIT EXCEEDED :(
by refa
Fri Mar 18, 2005 1:41 pm
Forum: Volume 7 (700-799)
Topic: 725 - Division
Replies: 49
Views: 29734

This is the generated result because I didn't know how to solve it on a better way.
by refa
Thu Mar 17, 2005 9:05 pm
Forum: Volume 7 (700-799)
Topic: 725 - Division
Replies: 49
Views: 29734

725! WA Don't know where to look anymore!

Could somebody please compare my output with his/her who got AC because I don't know where to look anymore. I get WA all the time whatever I change so did I miss maybe a value or something? Thank you :oops: Here is my code: #include <stdio.h> int main () { int n, r = 0; bool first = 0; while ((scanf...

Go to advanced search