• 大小: 814B
    文件类型: .java
    金币: 1
    下载: 0 次
    发布日期: 2021-06-09
  • 语言: Java
  • 标签: 八皇后  

资源简介

用游戏界面的形式来与用户互动,然后程序根据用户的输入检查是否满足八皇后的条件,如果满足,则提示恭喜消息,否则提示失败消息

资源截图

代码片段和文件信息

import java.net.*;
public class A6{
public static void main(String ags[]){
byte []b={100252525};
try{
InetAddress t1=InetAddress.getByName(“wangweiyi“);
InetAddress t2=InetAddress.getByAddress(b);
InetAddress t3=InetAddress.getByAddress(“wangweiyi“b);
InetAddress t4=InetAddress.getByName(“wangweiyi“);
InetAddress t5=InetAddress.getLocalHost();
System.out.println(“canonical name :“+t1.getC

评论

共有 条评论