Search found 2 matches

by bristy1588
Mon Jan 30, 2012 12:03 pm
Forum: Volume 4 (400-499)
Topic: 494 - Kindergarten Counting Game
Replies: 119
Views: 37264

Re: why WA in 494?!!

If there is something like mom's. is it a word?
by bristy1588
Sun Jan 29, 2012 12:26 pm
Forum: Volume 3 (300-399)
Topic: 371 - Ackermann Functions
Replies: 196
Views: 51159

Re: 371 - Anckerman Functions - Why WA ?

Can anyone please help me?? I am getting WA, but i dont know for which data.
Here is my codeL

#include <iostream>
#include <stdio.h>
#include <vector>
using namespace std;
long long dp[5000005];
int main()
{
int a,b,l,h,i,num;
long long ans,ct;
long long n;

dp[1]=0;
while(1)
{
scanf("%d %d ...

Go to advanced search