摘要: Hello, welcome to my blog! 下面是一句话代码: //c++ #include<bits/stdc++.h> using namespace std; int main() { cout<<"Hello,World!"; return 0; } /*c*/ #include< 阅读全文
posted @ 2023-04-25 22:17 哈葡人 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 很简单了啊! 说普及- 我都不信 作者(也就是我)链接:[https://www.luogu.com.cn/problem/T356695](https://www.luogu.com.cn/problem/T356695) 好好想想!!!! 题目! # 文字处理软件(重置版) ## 题目背景 Al 阅读全文
posted @ 2023-07-24 15:11 哈葡人 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 新奥赛一本通,题1105 1105:数组逆序重存放 时间限制: 1000 ms 内存限制: 65536 KB 提交数: 70600 通过数: 47540 【题目描述】 将一个数组中的值按逆序重新存放。例如,原来的顺序为8,6,5,4,1。要求改为1,4,5,6,8。 【输入】 两行:第一行数组中元素 阅读全文
posted @ 2023-05-05 18:30 哈葡人 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 这个题实在是太简单的了,无法比喻,直接付代码! //c++ #include<bits/stdc++.h> using namespace std; int main() { cout<<"Hello,World!"; return 0; } /*c*/ #include<stdio.h> usin 阅读全文
posted @ 2023-05-05 17:36 哈葡人 阅读(20) 评论(0) 推荐(0) 编辑