To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing passwords ...
分类:
其他好文 时间:
2018-09-05 09:04:32
阅读次数:
134
原题如下: Physics Experiment Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 3583 Accepted: 1275 Special Judge Description Simon is doing a phy ...
分类:
其他好文 时间:
2018-08-21 10:55:22
阅读次数:
244
You have 4 cards each containing a number from 1 to 9. You need to judge whether they could operated through *, /, +, -, (, ) to get the value of 24. ...
分类:
其他好文 时间:
2018-08-20 01:10:32
阅读次数:
392
题目: Find The Multiple Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 41845 Accepted: 17564 Special Judge Description Given a positive inte ...
分类:
其他好文 时间:
2018-08-19 23:50:24
阅读次数:
337
tips: 1.统计进行了几次bfs,判断队首结点的相邻结点是否符合入队条件单独写成一个judge函数 2.使用memset函数要包含<cstring> #include<cstdio> #include<queue> #include<algorithm> #include<cstring> us ...
分类:
其他好文 时间:
2018-08-17 22:24:58
阅读次数:
110
Given a non-empty string s, you may delete at most one character. Judge whether you can make it a palindrome. Example 1: Example 2: Note: 题目思路就是正常的用tw ...
分类:
其他好文 时间:
2018-08-15 01:25:26
阅读次数:
168
https://cn.vjudge.net/ Virtual Judge并不是常规的Online Judge平台,他通过爬取其他OJ的题目,让我们可以直接在VJ上查找并提交各种OJ的题目,然后将我们的题目通过他的账号(比如你在cf上会看到用户名vj1、vj2……在HDU上会看到张翼德、马孟起……)在 ...
分类:
其他好文 时间:
2018-08-14 11:36:42
阅读次数:
5430
垃圾佬的存款 TimeLimit:1000MS MemoryLimit:128MB 64-bit integer IO format:%lld 已解决 | 点击收藏 Problem Description 垃圾佬希望你能帮他规划一下今年一年的收入和支出。 已知每个月,垃圾佬可以选择打工挣钱或者陪静静 ...
分类:
其他好文 时间:
2018-08-13 00:40:27
阅读次数:
141
Physics Experiment Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 3576 Accepted: 1270 Special Judge Description Simon is doing a physics e ...
分类:
其他好文 时间:
2018-08-12 21:42:52
阅读次数:
175
A1035 Password (20)(20 分) To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always ...
分类:
其他好文 时间:
2018-08-10 10:51:41
阅读次数:
125