Search found 1 match
- Sat Mar 12, 2011 9:57 am
- Forum: Volume 5 (500-599)
- Topic: 514 - Rails
- Replies: 79
- Views: 27393
need help...
hello everyone... i have build a code to solve this problem 514 - Rails... while compiling this program i got the test case came true..but i still get WA...here is my code #include <stdio.h> #include <iostream> #include <stack> using namespace std; stack <int>s; int i,x,d,perm[1000],n,c; void awal()...