发表评论取消回复
相关阅读
相关 PTA:K times in the string (10分)(C语言)
Given a positive integer K and a string (consisting of no more than 100 numbers and lett
相关 PTA:组织星期信息 (10分)(C语言)
输入一个正整数repeat (0<repeat<10),做repeat次下列运算: 定义一个指针数组将下面的星期信息组织起来,输入一个字符串,在表中查找,若存在,输出该字符串
相关 PTA:输出学生成绩 (10分)(C语言)
本题要求编写程序,根据输入学生的成绩,统计并输出学生的平均成绩、最高成绩和最低成绩。建议使用动态内存分配来实现。 输入格式: 输入第一行首先给出一个正整数N,表示学生的个
相关 PTA:查找子串 (10分)(C语言)
本题要求实现一个字符串查找的简单函数。 函数接口定义: char \search( char \s, char \t ); 函数search在字符串s中查找子串t,返回
相关 PTA:查验身份证 (10分) (C语言)
一个合法的身份证号码由17位地区、日期编号和顺序编号加1位校验码组成。校验码的计算规则如下: 首先对前17位数字加权求和,权重分配为:\{7,9,10,5,8,4,2,1,6
相关 Point-in-Time (Incremental) Recovery Using the Binary Log
本文转载自:http://dev.mysql.com/doc/refman/5.5/en/point-in-time-recovery.html Poi
相关 Point-in-Time (Incremental) Recovery Using the Binary Log
\[[\+/-][-]\] [7.5.1 Point-in-Time Recovery Using Event Times][] [7.5.2 Po
相关 If the server requires more time, try increasing the timeout in the server editor
eclipse里启动tomcat的时候出现以下的错误: Server Tomcat v6.0 at localhost was unable to start within 4
相关 C语言-time.h
本文从介绍基础概念入手,探讨了在C/C++中对日期和时间操作所用到的数据结构和函数,并对计时、时间的获取、时间的计算和显示格式等方面进行了阐述。本文还通过大量的实例向你展示了t
相关 zoj4110 Strings in the Pocket(manacher)
传送:[http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=6012][http_acm.zju.edu.cn
还没有评论,来说两句吧...