Search found 1 match

by jspac
Thu Nov 24, 2011 2:18 pm
Forum: Volume 5 (500-599)
Topic: 540 - Team Queue
Replies: 37
Views: 23914

540 - Team Queue

Could anyone tell me what is wrong with my program,
or just give me a test case for which my program fails?
I'm getting WA and don't know why..


#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main(void)
{
char str[10];
int s, t, T, k, K, num, head, tail, X, *queue, *exists ...

Go to advanced search