Search found 1 match

by Md. Afsar Uddin(SUST)
Fri Apr 15, 2005 3:10 pm
Forum: Volume 100 (10000-10099)
Topic: 10032 - Tug of War
Replies: 91
Views: 43608

10032

Following Program is Accepted:

#define SIZE 100
#define MAX 450

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

char c[SIZE / 2 + 1][SIZE / 2 * MAX + 1];
int n, weight[SIZE + 1];

int main(void)
{
int i, j, k, min, sum, test_case;

scanf(" %d", &test_case);

while(test_case--)
{
scanf ...

Go to advanced search