摘要: L. Subway Lines time limit per test0.5 seconds memory limit per test1024 megabytes inputstandard input outputstandard output The subway system of a ma 阅读全文
posted @ 2022-04-25 22:18 VxiaohuanV 阅读(56) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-04-25 20:45 VxiaohuanV 阅读(0) 评论(0) 推荐(0)
摘要: 插入链表: 利用尾插法,搞一个变量表示最后一个元素就行了。// 针对单个链表的可以,但是其他的,就不行,我的评价不如 链式前向星。 插入和删除看代码,注意特判空链表和head。 #include <bits/stdc++.h> using namespace std; #define ri regi 阅读全文
posted @ 2022-04-25 19:38 VxiaohuanV 阅读(28) 评论(0) 推荐(0)
摘要: content deliver clearly, interesting confident :be confident about what i want to say,research it well,use the availble resource to help me give some 阅读全文
posted @ 2022-04-25 15:20 VxiaohuanV 阅读(279) 评论(0) 推荐(0)
摘要: 简单理解: 指向一个东西的地址,可以表示这个东西的值,修改这个指针可以修改这个东西的值,当然这个指针本身也有自己独立的一个内存地址。 定义类型: 就是普通的类型后面加上一个 *(int *, char *。。。。。) 基本操作: 注意 2个 符号 * 和 & , int *a=&b; printf( 阅读全文
posted @ 2022-04-25 14:50 VxiaohuanV 阅读(31) 评论(0) 推荐(0)
摘要: 为什么周末管不住自己,状态这么差劲? 睡眠的问题,还是没有搞好,没有app的帮助 看小说入迷了 游戏是玩不进去的, 直播很好看? 悲观厌世??? 我发现还得外面的世界好啊 阅读全文
posted @ 2022-04-25 08:51 VxiaohuanV 阅读(26) 评论(0) 推荐(0)