2024年4月26日

摘要: #include <iostream> #include <string> #include <cctype> int main() { std::string input; std::cout << "请输入一个字符串: "; std::getline(std::cin, input); // 读 阅读全文
posted @ 2024-04-26 20:33 lydstory 阅读(23) 评论(0) 推荐(0)
摘要: import sys rows = 4 cols = 4 matrix = [[0, 1,1,1], [30, 30,-1,40],[0, 20,20,40],[10, -1,30,40]] offsets = ((-1, 0), (1, 0), (0, -1), (0, 1)) class Nod 阅读全文
posted @ 2024-04-26 20:10 lydstory 阅读(21) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/2301_76848549/article/details/136465492?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article%22%2C%22rId%22%3A% 阅读全文
posted @ 2024-04-26 19:26 lydstory 阅读(8) 评论(0) 推荐(0)

导航