------------------ What is sendEmail? ------------------ SendEmail is a lightweight, completly command line based, SMTP email agent. If you have the need to send email from the command line
原创 2010-05-05 14:17:00
962阅读
What Is Your Grade? Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) “Point, po
原创 2023-04-21 10:51:28
82阅读
水题,理解好题意,多注意细节就行。直接贴代码#include<stdio.h> #include<string.h> struct node {   int n;   char time[20];   int score;   int 
原创 2014-08-07 15:58:28
518阅读
答案:I have been working in X for 12 years as a developer. I have ever been stayed in many different development teams in Chengdu for different X products like SAP Business by design, SAP CRM, SAP Cloud
SAP
原创 2022-04-08 16:06:13
224阅读
采访问题 What is your role at XX and what are your responsibilities
SAP
原创 2021-07-15 15:09:56
83阅读
问题:What is this passage mainly aboutA.Demonstrating the serious weather condition around Lake Chad.B.Introducing people's activity around Lake Chad.C.Analyzing of the factors that cause water decrease
原创 2024-01-22 18:14:00
99阅读
my name is 51cto1
转载 精选
why
2006-02-28 23:10:57
736阅读
2评论
ls -la /dev/tty shows the output: The 'c' means it's a character device. tty is a special file representing the 'controlling terminal' for the current
转载 2016-03-17 10:40:00
98阅读
2评论
What Are You Talking AboutTime Limit : 10000/5000ms (Java/Other)Memory Limit : 102400/204800K (Java/Other)Total Submission(s) : 13Accepted Submission(s) : 8Font:Times New Roman|Verdana|GeorgiaFont Size:←→Problem DescriptionIgnatius is so lucky that he met a Martian yesterday. But he didn't know
转载 2013-03-31 17:33:00
137阅读
2评论
字典树……#include #include using namespace std;struct node{int son[26]; char hash[12];}trie[1000000];int cnt,n;char s[100000],s1[12],ans[12];void insert(char *s,char *s1){ for(int l=strlen(s),x=0,i=0;i'z'){ if(find(s1))printf("%s",ans); else printf("%s",s1); ...
转载 2014-02-19 20:23:00
34阅读
2评论
What Are You Talking About Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 102400/204800 K (Java/Others) Problem Description Ignatius is so lucky that he met a Martian yesterday. But he didn'
转载 2021-08-30 14:32:48
71阅读
HDU_1075     为了练习一下字典树所以做了一下这个题目。由于题目数据比较多,数组开小了会WA。 #include<stdio.h>#include<string.h>#include<ctype.h>#define MAXD 500010char str[30], b[30], txt[3010], word[MAXD][12];int flag[M
转载 2012-01-12 14:53:00
94阅读
2评论
What Are You Talking AboutTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 102400/204800 K (Java/
原创 2022-03-18 14:44:03
130阅读
http://acm.hdu.edu.cn/showproblem.php?pid=1075用map也可以做的SB题 数据读入真的有毒 还不给数据范围将地球文先存到二维字符数组 用火星文建树 将火星文对应的地球文的指针赋给树上对应的节点#include <cstdio>#include <cstring>#include <algorithm>...
原创 2022-06-15 21:03:57
64阅读
hdu 1075 What Are You Talking AboutTime Limit: 10000/5000 MS (Java/Others)    Memory Limit: 102400/204800 K (Problem
原创 2022-12-02 00:27:52
30阅读
夜,深了。这是我在初中上冲关作文学的最多的一句话。可是,我的作文水平并没有提高。今天,我的一位好友的父亲因疲劳过世,这意味着什么?我去看他的时候,他强颜欢笑和我说,没事儿,哎,干活太不注意了,哎。可是谁能替他分担痛苦。人终究是情感的产物。千里相隔,与我无瓜,什么是人生?归家途中,刀光剑影,一堆修路工人在抢救濒危的道路,就像抢救一条条鲜活的生命。路遇一个倒地的电动车,近看两个喝多的人躺在马路中间睡着
原创 2020-12-02 19:02:50
148阅读
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 102400/204800 K (Java/Others)Total Submission(s): 24489 Accepted Submission(s): 8240 Problem Des
原创 2021-07-28 10:00:17
59阅读
乱写的代码。之所以乱写,是为了复习字典树和map 要注意文章单词间可能有多个空格和字符 #include<iostream> #include<cstdio> #include<map> #include<cstring> #include<string> using namespace std;
转载 2017-07-23 14:24:00
57阅读
2评论
What Are You Talking About Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 102400/204800 K (Java/Others)Total Submission(s): 25869    Accepted Submission(s): 8813 Problem Description Ignati
原创 2021-08-31 10:39:31
127阅读
Problem DescriptionIgnatius is so lucky that he met a Martian yest
原创 2022-11-09 18:42:59
43阅读
  • 1
  • 2
  • 3
  • 4
  • 5