hello everybody , i got RE and i cant understand why?!...
can i do better with my algo ?...
tnx...
//530 C0DED by RED-C0DE ~ 07-11-06 11:09 pm
#include <cstdio>
#include <iostream>
using namespace std;
__int64 f2(int n,int m)
{
static __int64 cache[1000][1000]={0};
if(n<1000 && m<1000 ...
Search found 16 matches
- Tue Nov 06, 2007 9:55 pm
- Forum: Volume 5 (500-599)
- Topic: 530 - Binomial Showdown
- Replies: 137
- Views: 49090
- Sun Aug 12, 2007 3:52 pm
- Forum: Volume 8 (800-899)
- Topic: 865 - Substitution Cypher
- Replies: 28
- Views: 21069
- Fri Jul 20, 2007 5:44 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10901 - Ferry Loading III
- Replies: 54
- Views: 32605
- Tue Jul 17, 2007 7:57 pm
- Forum: Volume 3 (300-399)
- Topic: 379 - Hi-Q
- Replies: 3
- Views: 3096
- Tue Jul 17, 2007 7:37 pm
- Forum: Volume 3 (300-399)
- Topic: 379 - Hi-Q
- Replies: 3
- Views: 3096
- Wed Jul 11, 2007 2:28 pm
- Forum: Volume 5 (500-599)
- Topic: 568 - Just the Facts
- Replies: 39
- Views: 21277
- Sat Jun 09, 2007 9:16 pm
- Forum: Volume 2 (200-299)
- Topic: 292 - Presentation Error
- Replies: 8
- Views: 19023
and this is my Output for those test-cases :
Code: Select all
Accepted
Wrong Answer
Presentation Error
Presentation Error
Wrong Answer
Wrong Answer
Wrong Answer
Wrong Answer
Wrong Answer
Wrong Answer
Presentation Error
- Sat Jun 09, 2007 7:32 pm
- Forum: Volume 2 (200-299)
- Topic: 292 - Presentation Error
- Replies: 8
- Views: 19023
- Mon May 14, 2007 1:43 pm
- Forum: Volume 6 (600-699)
- Topic: 639 - Don't Get Rooked
- Replies: 11
- Views: 11699
- Sun May 13, 2007 11:04 pm
- Forum: Volume 5 (500-599)
- Topic: 576 - Haiku Review
- Replies: 50
- Views: 22452
- Thu May 10, 2007 11:52 am
- Forum: Volume 5 (500-599)
- Topic: 576 - Haiku Review
- Replies: 50
- Views: 22452
hi every one...
i checked my code with many test cases and it worked correctly but Judge sending me WA... please help what's wrong with my code???
i checked my code with many test cases and it worked correctly but Judge sending me WA... please help what's wrong with my code???
Code: Select all
//576
AC
}
- Sun Apr 08, 2007 8:08 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11152 - Colourful Flowers
- Replies: 45
- Views: 28347
- Thu Apr 05, 2007 11:35 am
- Forum: Volume 4 (400-499)
- Topic: 444 - Encoder and Decoder
- Replies: 155
- Views: 44557
Tanks Rio. I got AC :P . I didn't use atoi function and wrote a function to get Numeric Value of a string myself. so I have 1 question again>>:
Is better that we using standard functions of C , C++ or write them ourself?
my answer now is : We should writing functions that we need ourself . and how ...
Is better that we using standard functions of C , C++ or write them ourself?
my answer now is : We should writing functions that we need ourself . and how ...
- Wed Apr 04, 2007 11:28 am
- Forum: Volume 4 (400-499)
- Topic: 444 - Encoder and Decoder
- Replies: 155
- Views: 44557
- Sun Apr 01, 2007 8:26 pm
- Forum: Volume 4 (400-499)
- Topic: 444 - Encoder and Decoder
- Replies: 155
- Views: 44557