Search found 1 match

by texasboi03
Mon Feb 28, 2005 12:12 am
Forum: Volume 100 (10000-10099)
Topic: 10018 - Reverse and Add
Replies: 169
Views: 44590

10018 WA

import java.io.*;
class Main
{
public static void main(String[] args)
{
String s = "";
int cases = Integer.parseInt(readln());
String [] anArray = new String [cases];
for(int i = 0; i < cases; ++i)
{
anArray = readln();
}
String number = "";
String temp = "";
long total = 0;
System.out ...

Go to advanced search