import java.io.*;
public class test13
{
public static void main(String[] args)throws IOException
{

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.*;
public class test12{
public static void main(String[] args)throws IOException {

BufferedReader input = new BufferedReader

Neo Chao 發表在 痞客邦 留言(0) 人氣()

public class test11{
public static void main(String[] args){

int i=0,j=0;
while(i {

Neo Chao 發表在 痞客邦 留言(0) 人氣()

public class test10{
public static void main(String[] args){

for(int i=1;i {
for(int k=1;k {

Neo Chao 發表在 痞客邦 留言(0) 人氣()

public class test09{
public static void main(String[] args){

int i;
int sum=0;

Neo Chao 發表在 痞客邦 留言(0) 人氣()