Any idea why i'm getting a WA ? help please! :(
#include<cstdio>
#include<iostream>
#include<algorithm>
long long int p[1000000];
using namespace std;
int main()
{
long long int player,sl,moves,ludu[200],a,b,wow,j,i,test,t,flag;
scanf("%lld",&test);
for(t=0;t<test;t++)
{
flag=0;
for(i=1;i ...
Search found 2 matches
- Sat Nov 21, 2015 11:34 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11459 - Snakes and Ladders
- Replies: 33
- Views: 21574
- Mon Nov 16, 2015 2:12 pm
- Forum: Volume 4 (400-499)
- Topic: 462 - Bridge Hand Evaluator
- Replies: 32
- Views: 16452
Re: 462 - Bridge Hand Evaluator
I have got right answers for all the test cases in Udebug and for the test cases in the forum! still getting a WA ! anybody could help please?
#include<stdio.h>
#include<string.h>
int main()
{
int len,point,i,S_king,S_queen,S_jack,S_ace,H_king,H_queen,H_jack,H_ace,C_king,C_queen,C_jack,C_ace,D ...
#include<stdio.h>
#include<string.h>
int main()
{
int len,point,i,S_king,S_queen,S_jack,S_ace,H_king,H_queen,H_jack,H_ace,C_king,C_queen,C_jack,C_ace,D ...