Search found 1 match
- Sat Aug 07, 2010 4:06 pm
- Forum: Volume 6 (600-699)
- Topic: 623 - 500!
- Replies: 187
- Views: 49509
623-500!
oh, my god! why i got WA? you know, i have checked all answers from 1 to 1000, and there is no WA. but when i submit, i got WA. need you help! thanks. #include <stdio.h> #include <string.h> #define maxn 3000 + 10 int fact[1001][maxn]; int main() { int i, j, n; memset(fact, 0, sizeof(fact)); fact[1][...