Search found 1 match

by sanket_singhal
Fri Oct 05, 2012 2:50 pm
Forum: Volume 110 (11000-11099)
Topic: 11060 - Beverages
Replies: 96
Views: 56842

WA in 11060 - Beverages

i m getting WA in beverages... help me with some test cases....
#include<iostream>
#include<cstdio>
#include<map>
#include<string>
#include<queue>
#include<algorithm>
using namespace std;
int s[200];
int main()
{
int n,er=1,k,i,j,cnt,fr;
while(scanf("%d",&n)!=EOF)
{int mat[n+1][n+1],deg[n+1 ...

Go to advanced search