最新 最热

Linux笔记08

bash shell系统设定值在/etc/profile和/etc/bashrc个人设定值在/root/.bash_profile /root/.bashrc(设定命令别名) /root/.bash_logout 在注销root是bash会做的事

2023-03-09
1

求二叉树的层次遍历(SDUT 2824)

输入数据有多组,输入T,代表有T组测试数据。每组数据有两个长度小于50的字符串,第一个字符串为前序遍历,第二个为中序遍历。

2023-03-09
1

Linux笔记07

path=“/lib/modules/’ uname -r' /kernel/fs"

2023-03-09
1

Towers of Hanoi Strike Back (URAL 2029)

The Tower of Hanoi puzzle was invented by French mathematician Édouard Lucas in the second half of the 19th century. Here is its formulation.

2023-03-09
0

Dean and Schedule (URAL 2026)

A new academic year approaches, and the dean must make a schedule of classes for first-year students. There must be n classes in the schedule. The dean should t...

2023-03-09
0

Java——InetAddress操作

获取百度ip地址:package com.item.demo;import java.net.InetAddress;import java.net.UnknownHostException;public class Demo6 {public static void main(String[] ar...

2023-03-09
1

学密码学一定得学程序(SDUT 2463)

曾经,ZYJ同学非常喜欢密码学。有一天,他发现了一个很长很长的字符串S1。他很好奇那代表着什么,于是神奇的WL给了他另一个字符串S2。但是很不幸的是,WL忘记跟他说是什么意思了。这个时候,ZYJ不得不求助与伟大的ZP。ZP笑了笑...

2023-03-09
0

又见回文 (SDUT 2560)

“回文串”是一个正读和反读都一样的字符串,比如“level”或者“noon”等等就是回文串。现在呢,就是让你判断输入的字符串是否是回文串。

2023-03-09
0

串结构练习——字符串连接(SDUT 2124)

给定两个字符串string1和string2,将字符串string2连接在string1的后面,并将连接后的字符串输出。

2023-03-09
0

线段树QWQ

那么现在这两个区间的端点怎么存放?怎么能够把这个区间里的数(一般指的就是在这个区间的数值的和)存放起来呢?

2023-03-09
1