/* 水题 体现出题目看不懂 额 */#include #include #include #include using namespace std;const int maxn=55;struct card{ char A,B; card(char a=0,char b=0)
原创 2021-07-28 14:00:59
152阅读
/* 水题 体现出题目看不懂 额 */#include #include #include #include using namespace std;const int maxn=55;struct card{ char A,B; card(char a=0,char b=0){ A=a;B=b; } bool operator == (const card F){ if(A==F.A||B==F.B) return true; else return false; }};struct stac{ card T[maxn]; int t; void sclea...
原创 2021-07-28 14:00:48
83阅读
java
finally作为异常处理的一部分,它只能用在try/catch语句中,并且附带一个语句块,表示这段语句最终一定会被执行(不管有没有抛出异常)
原创 2022-07-03 00:03:07
42阅读
package integer;public class Integ1 = 127, a2 = 127, b1 = 128, b2 = 128; System.out.println(a1==
原创 2月前
63阅读
127. 单词接龙给定两个单词(beginW...
原创 2021-07-13 10:25:15
84阅读
127. 单词接龙给定两个单词(beginW...
转载 2020-02-20 15:09:00
48阅读
2评论
...
转载 2020-02-20 15:09:00
45阅读
2评论
...
转载 2020-02-20 15:09:00
57阅读
2评论
# Java获取IP地址为127 在网络通信中,IP地址是一个非常重要的概念。IP地址用于标识网络上的设备,使其能够相互通信。在Java中,我们可以使用一些方法来获取IP地址。本文将介绍如何使用Java获取IP地址为127的方法,并提供相应的代码示例。 ## IP地址的基本概念 IP地址是一个由四个数字组成的标识符,每个数字的范围是0到255之间。IP地址可以分为IPv4和IPv6两种类型。
原创 6天前
23阅读
...
原创 2021-07-13 10:25:15
59阅读
127. 单词接龙给定两个单词(beginW...
转载 2020-02-20 15:09:00
35阅读
2评论
127. 单词接龙给定两个单词(beginW...
转载 2020-02-20 15:09:00
54阅读
2评论
...
转载 2020-02-20 15:09:00
40阅读
2评论
work127.javapackage test07;public class work127<T>{ private T[] arrayTs; public void setT(T[] arr) { this.arrayTs = arr; } public T[] getT() { return this.arrayTs; } public static void main(String[] args) { work127<String
原创 2021-09-10 09:07:34
29阅读
public class Zhenze { // 待匹配字符串 public static void main(String[] args) { Integer a = 127; Integer b= 127;
原创 2022-07-05 17:00:32
54阅读
一个人旅行回来,发现之前关注的一个女生37天完成了一个人800km的科罗拉多徒步,看到她写的一句话,很有感触,走长途,总会因为速度的不一致,而找不到合适的旅伴,所以很多的时候,是一个人,最多是一个couple,人生呐。。不知道自己会不会有一天也去这样疯一次。先看看她日志里推荐的一部电影,窥视一下她们的生活状态吧~
原创 2013-08-26 20:48:20
558阅读
Examine the data in the CUSTOMERS table: CUSTNO CUSTNAME CITY You want to list all cities that have more than one customer along with the customer det
转载 2017-11-29 18:20:00
149阅读
2评论
Time limit: 3.000 seconds限时:3.000秒 Problem问题You are to simulate the playing of games of "Accordian" patience, the rules for which are as f
原创 11月前
56阅读
  • 1
  • 2
  • 3
  • 4
  • 5