C Looooops Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 23700 Accepted: 6550 Description A Compiler Mystery: We are given a C-language s ...
分类:
其他好文 时间:
2016-08-17 13:40:30
阅读次数:
117
C Looooops Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 23637 Accepted: 6528 Description A Compiler Mystery: We are given a C-language s ...
分类:
其他好文 时间:
2016-08-13 18:06:22
阅读次数:
198
C Looooops Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 23616 Accepted: 6517 Description A Compiler Mystery: We are given a C-language s ...
分类:
其他好文 时间:
2016-08-12 19:42:21
阅读次数:
119
湘大OJ题目地址:传送门
A Love Letter
Time Limit : 1000 MS Memory Limit : 65536 KB
题目描述
CodeMonkey终于下定决心用情书的方式向心爱的女神表白,当他历经几天几夜写完之后才知道女神有很多不喜欢的词,所以他不得不有把这些词删掉。例如:原文是:ILOVEYOU,女神不喜欢的词是‘...
分类:
其他好文 时间:
2016-05-22 11:01:52
阅读次数:
157
Problem Description
As you know, Gardon trid hard for his love-letter, and now he’s spending too much time on choosing flowers for Angel.
When Gardon entered the flower shop, he was frightened and da...
分类:
其他好文 时间:
2016-04-20 02:03:53
阅读次数:
188
这次的lab特别简单,直接贴代码了/*Coursera HW/SW InterfaceLab 4 - Mystery CachesMystery Cache Geometries (for you to keep notes):mystery0: block size = cache s...
分类:
系统相关 时间:
2015-09-28 14:37:52
阅读次数:
273
DescriptionA Compiler Mystery: We are given a C-language style for loop of type for (variable = A; variable != B; variable += C) statement;I.e., a lo....
分类:
其他好文 时间:
2015-09-15 00:03:39
阅读次数:
248
枚举给用户定义固定数据组提供了方便。枚举类就是一系列常量整型值,这也就意味着枚举类型不能被修改。 这里我们将要讨论C语言中枚举类型的用法和限制。 枚举通过枚举关键值定义,类似结构体定义 语法(Syntax): enum tagname{CONST1=1,CONST2,…} enumVariable;...
分类:
编程语言 时间:
2015-08-13 17:27:14
阅读次数:
125
C Looooops
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 19826
Accepted: 5299
Description
A Compiler Mystery: We are given a C-language style for loop ...
分类:
其他好文 时间:
2015-07-27 15:01:56
阅读次数:
82
C Looooops
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 19536
Accepted: 5204
Description
A Compiler Mystery: We are given a C-language style for loop ...
分类:
其他好文 时间:
2015-07-05 15:06:47
阅读次数:
102