Search found 1 match

by deathstriker
Sat Aug 24, 2013 5:36 am
Forum: Volume 4 (400-499)
Topic: 416 - LED Test
Replies: 34
Views: 15305

Re: Please Help T.T 416 - LED TEST

I tried many test cases and they all seem to work, but when I submit it gets rte .. would someone help please ..

import java.io.BufferedReader;
import java.io.InputStreamReader;


class UVa_413 {
static boolean[][] ledtable = new boolean[10][7];
static boolean[][] seq;
static int n;

public ...

Go to advanced search