Search found 1 match

by foraml
Tue Jun 23, 2009 8:26 pm
Forum: Volume 101 (10100-10199)
Topic: 10110 - Light, more light
Replies: 76
Views: 39769

Re: 10110 - Light, More Light

here is my code
it gives WA
pls help...
import java.io.*;
class light
{
public static void main(String args[])throws Exception
{
DataInputStream dis= new DataInputStream(System.in);
String ans="";
int n;
boolean flag=false;
System.out.println("input:");
while(true)
{
n=Integer.parseInt ...

Go to advanced search