ManjaroWPSOffice2019ForLinux英文设置中文点击右上角A图标标志,然后在窗口中选择中文,如果跟下图一样没有中文:就先下载wps中文语言包,sudopacman-Swps-office-mui-zh-cn,安装中文语言包然后重新执行如上步骤:
分类:
编程语言 时间:
2020-02-03 09:47:00
阅读次数:
285
1.数据的交换输出(min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2016 Problem Description 输入n(n<100)个数,找出其中最小的数,将它与最前面的数交换后输出这些数。 Input 输入数据有多组,每组占一行,每行的 ...
分类:
其他好文 时间:
2020-02-02 21:46:06
阅读次数:
81
Before ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action comes from Irrever ...
分类:
其他好文 时间:
2020-02-02 21:34:12
阅读次数:
144
题目名称:佳佳买菜描述佳佳是我们的ACM社团的副社长,她感觉得自己没存在感,so…由于实验室要聚餐了,佳佳决定买点菜,来做菜给大家吃。佳佳喜欢吃娃娃菜,于是她来到买菜的地方。佳佳:我要10斤娃娃菜。老板称完 10斤一共是20元。佳佳看这次的菜比以往的少了点,但单纯的佳佳没想太多。一旁的琛哥看了下,把... ...
分类:
其他好文 时间:
2020-02-02 11:33:14
阅读次数:
73
题:https://ac.nowcoder.com/acm/contest/4137/N 分析:注意题意,收益是a[i]*a[i+1],所以分析得,是∑∑a[i]*a[j] #include<bits/stdc++.h> using namespace std; typedef long long ...
分类:
其他好文 时间:
2020-02-01 21:23:32
阅读次数:
64
原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=2035 思路:(网上学来的,偏向数学的不咋懂/捂脸)每次乘法的时候都取后三位(可能有些含糊,直接看代码吧,一看就懂) source code: package hduoj; import java.uti ...
分类:
编程语言 时间:
2020-02-01 17:56:51
阅读次数:
120
http://acm.hdu.edu.cn/showproblem.php?pid=2018 #include <stdio.h> #include <cstring> #include <algorithm> #include <vector> #include <map> #include <a ...
分类:
其他好文 时间:
2020-02-01 16:38:13
阅读次数:
83
http://acm.hdu.edu.cn/showproblem.php?pid=2041 #include <stdio.h> #include <cstring> #include <algorithm> #include <vector> #include <map> #include <a ...
分类:
其他好文 时间:
2020-02-01 16:25:41
阅读次数:
77
http://acm.hdu.edu.cn/showproblem.php?pid=2044 #include <stdio.h> #include <cstring> #include <algorithm> #include <vector> #include <map> #include <a ...
分类:
其他好文 时间:
2020-02-01 16:17:05
阅读次数:
64
HDU-1312-DFS Written by Void-Walker 2020-02-01 09:09:25 1.题目传送门:http://acm.hdu.edu.cn/showproblem.php?pid=1312 2.题目大意: 有一个矩形房间,房间里有红砖块(‘#’)和黑砖块(‘.’)组成 ...
分类:
其他好文 时间:
2020-02-01 10:59:54
阅读次数:
98