f_gets: 1 /*-----------------------------------------------------------------------*/ 2 /* Get a string from the file ...
分类:
其他好文 时间:
2014-08-14 14:02:38
阅读次数:
2074
DataTable.ChildRelations Gets the collection of child relations for this DataTable.A DataRelation defines the relationship between two tables. Typical...
分类:
其他好文 时间:
2014-08-14 00:52:37
阅读次数:
335
Who Gets the Most Candies?
Time Limit: 5000MS
Memory Limit: 131072K
Total Submissions: 9934
Accepted: 3050
Case Time Limit: 2000MS
Description
N children are s...
分类:
其他好文 时间:
2014-08-13 22:33:17
阅读次数:
281
Time Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionStringld (left delete) is a function that gets a string and d...
分类:
其他好文 时间:
2014-08-13 17:56:36
阅读次数:
304
-----------------------1.cin.get()(1).cin.get()-------提取单个字符,可以提取回车、空格a=cin.get();(2) 同(1)---------------提取单个字符,可以提取回车、空格cin.get(a);(3).--------------...
分类:
其他好文 时间:
2014-08-13 14:26:36
阅读次数:
190
感受到出题人深深的~恶意这提醒人们以后。。。数字后面要用gets~不要getchar此外。。不要相信那个100?Borg MazeTime Limit:1000MSMemory Limit:65536KTotal Submissions:8524Accepted:2872DescriptionThe...
分类:
其他好文 时间:
2014-08-13 13:01:36
阅读次数:
351
1. gets与fgets gets函数原型:char*gets(char*buffer);//读取字符到数组:gets(str);str为数组名。 gets函数功能:从键盘上输入字符,直至接受到换行符或EOF时停止,并将读取的结果存放在buffer指针所指向的字符数组中。 读取...
分类:
其他好文 时间:
2014-08-12 21:27:24
阅读次数:
303
#include #include int main(){ int n,l; char a[10]; scanf("%d",&n); getchar(); while(n--) { gets(a); l=strlen(a); if(l==5) printf("3\n"); else if(l==3)...
分类:
其他好文 时间:
2014-08-12 18:04:14
阅读次数:
195
相关的方法:int fputs(const char*s,FILE *stream);int gets(char *s,int size,FILE *stream);具体代码如下/***@author cody*@date 2014-08-09*@description copy text file...
分类:
其他好文 时间:
2014-08-09 18:09:58
阅读次数:
207
Alex doesn't like boredom. That's why whenever he gets bored, he comes up with games. One long winter evening he came up with a game and decided to play it.
Given a sequence a consisting of n integ...
分类:
其他好文 时间:
2014-08-09 11:42:48
阅读次数:
311