import java.util.*;
public class quiz32{
public static void main(String [] args){
Scanner k = new Scanner(System.in);
int no;
System.out.print("size ?");
no = k.nextInt();
for(int r=1; r<=no/2; r++){
for(int c=1; c<=no; c++){
if(c==r){
System.out.print(r);
}
else if(c+r==no+1){
System.out.print(r);
}
else {
System.out.print(" ");
}
}
System.out.println();
}
for(int b=1; b<=no; b++){
System.out.print(" ");
if(b+1==no-b){
System.out.print(b+1);
}
}
System.out.println();
for(int a=1; a<=no/2; a++){
for(int d=1; d<=no; d++){
if(a+d==no/2+1){
System.out.print(d);
}
else if(d-a==no/2+1){
System.out.print(no/2+1-a);
}
else {
System.out.print(" ");
}
}
System.out.println();
}
}
}
星期三, 10月 04, 2006
星期三, 9月 27, 2006
Useful Links
Course pages:
http://myweb.polyu.edu.hk/~majlee/ama211.html AMA211
http://www4.comp.polyu.edu.hk/~cszjwang/comp210_06fall/comp210.htm COMP210 Discrete Structures
http://www.comp.polyu.edu.hk/~csgngai/courses/2006-07/COMP201 COMP201 Principle of Programming
http://www4.comp.polyu.edu.hk/~cskchung/COMP212/ COMP212 Computer Organization and Systems
http://www.polyu.edu.hk/~gec/ General Education
http://elearn.elc.polyu.edu.hk/ English Assignment Forum http://www4.comp.polyu.edu.hk/~csyhli/COMP212/ Tutorial
http://pwfolder.clc.polyu.edu.hk/chsally/ 普通話###################################################
Support & Assignment:
http://elc.polyu.edu.hk/ELEP/ English Language Support Centre http://www.polyu.edu.hk/ama/ Maths Learning Support Centre
http://www.lib.polyu.edu.hk/
http://webct2.polyu.edu.hk/
http://williamstallings.com/StudentSupport.html #####################################################
Computing Dept.
http://www.comp.polyu.edu.hk/
ftp://csdoor.comp.polyu.edu.hk/
https://intranet.comp.polyu.edu.hk/
http://jnet.comp.polyu.edu.hk/
https://pwsvr.comp.polyu.edu.hk/ Change pw #####################################################
Course Information & Timetable :
http://lep.polyu.edu.hk
https://www19.polyu.edu.hk/saocsp/
Complementary Studies Programme
https://www18.polyu.edu.hk/weblogin/mainMenu.jsp 上課 timetable
Online Service:
http://www.polyu.edu.hk/uhs/ University Health Service https://www19.polyu.edu.hk/studacc Payment Information https://www19.polyu.edu.hk/sport/login.htm Sports Facilities Booking https://www19.polyu.edu.hk/sams/
Dental Clinic : 2994 5661
http://www2.polyu.edu.hk/PolyU/gecteach/e-ticket/ 通識改科時間 http://www.polyu.edu.hk/as/ 教務處
http://www.polyu.edu.hk/fo/ Finacial Office
http://www.polyu.edu.hk/sao/ Student Affairs Office
http://www.polyu.edu.hk/sao/locker/
http://myweb.polyu.edu.hk/~majlee/ama211.html AMA211
http://www4.comp.polyu.edu.hk/~cszjwang/comp210_06fall/comp210.htm COMP210 Discrete Structures
http://www.comp.polyu.edu.hk/~csgngai/courses/2006-07/COMP201 COMP201 Principle of Programming
http://www4.comp.polyu.edu.hk/~cskchung/COMP212/ COMP212 Computer Organization and Systems
http://www.polyu.edu.hk/~gec/ General Education
http://elearn.elc.polyu.edu.hk/ English Assignment Forum http://www4.comp.polyu.edu.hk/~csyhli/COMP212/ Tutorial
http://pwfolder.clc.polyu.edu.hk/chsally/ 普通話###################################################
Support & Assignment:
http://elc.polyu.edu.hk/ELEP/ English Language Support Centre http://www.polyu.edu.hk/ama/ Maths Learning Support Centre
http://www.lib.polyu.edu.hk/
http://webct2.polyu.edu.hk/
http://williamstallings.com/StudentSupport.html #####################################################
Computing Dept.
http://www.comp.polyu.edu.hk/
ftp://csdoor.comp.polyu.edu.hk/
https://intranet.comp.polyu.edu.hk/
http://jnet.comp.polyu.edu.hk/
https://pwsvr.comp.polyu.edu.hk/ Change pw #####################################################
Course Information & Timetable :
http://lep.polyu.edu.hk
https://www19.polyu.edu.hk/saocsp/
Complementary Studies Programme
https://www18.polyu.edu.hk/weblogin/mainMenu.jsp 上課 timetable
Online Service:
http://www.polyu.edu.hk/uhs/ University Health Service https://www19.polyu.edu.hk/studacc Payment Information https://www19.polyu.edu.hk/sport/login.htm Sports Facilities Booking https://www19.polyu.edu.hk/sams/
Dental Clinic : 2994 5661
http://www2.polyu.edu.hk/PolyU/gecteach/e-ticket/ 通識改科時間 http://www.polyu.edu.hk/as/ 教務處
http://www.polyu.edu.hk/fo/ Finacial Office
http://www.polyu.edu.hk/sao/ Student Affairs Office
http://www.polyu.edu.hk/sao/locker/
訂閱:
文章 (Atom)