#include
#include
int main ()
{
char a[52]={"`1234567890-=QWERTYUIOP[]\\ASDFGHJKL;'ZXCVBNM,./"};
char b[100];
int len ,i ,j;
while(gets(b)!=NULL)
{
len=strlen(b);
f...
分类:
其他好文 时间:
2014-11-13 09:24:41
阅读次数:
146
LooploopXXX gets a new toy named Looploop. The toy has N elements arranged in a loop, an arrow pointing to one of the elements, and two preset paramet...
分类:
其他好文 时间:
2014-11-07 14:42:19
阅读次数:
290
Problem DescriptionSmall W gets two files. There are n integers in each file. Small W wants to know whether these two files are same. So he invites yo...
分类:
其他好文 时间:
2014-11-06 23:22:14
阅读次数:
309
While WPF and XAML make the common 90% of UI programming quite easy, sometimes it gets a little odd in those other 10%. For instance - the visual tree...
DP,也是一样,求LCS。
不过用scanf会WA。 gets就AC了。 应该是数据中存在空格或者制表符问题。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define INF 0x7fffffff
#d...
分类:
其他好文 时间:
2014-11-06 09:22:35
阅读次数:
214
This is a very important change in iOS 7: the status bar is no longer a separate bar. It’s now something that simply gets drawn on top of your view co...
分类:
移动开发 时间:
2014-11-05 14:39:58
阅读次数:
135
DP。还是LCS问题。
应该是有空格或者 Tab 。用scanf 就WA了。gets 就AC了。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define INF 0x7fffffff
#define eps 1...
分类:
其他好文 时间:
2014-11-04 13:13:12
阅读次数:
103
select sid, sql_id from v$session where sid = 1001select b.BEGIN_INTERVAL_TIME, a.disk_reads_total, a.buffer_gets_total,a.BUFFER_GETS_DELTA, a.rows_pr...
分类:
数据库 时间:
2014-11-04 12:33:02
阅读次数:
227
当我们在使用Window操作系统的时候,可能使用最多的文本格式就是txt了,但是当我们将Window平台下的txt文本文档拷贝到Linux平台下查看时,发现原来的中文全部变成了乱码。没错, 引起这个结果的原因就是两个平台下,编辑器对默认的编码格式是不一样的:
在Window平台下,Notepad的默认编码是ASCII码或者GBK,而在Linux平台下默认的是UTF-8(中文环境的情况),编码...
分类:
系统相关 时间:
2014-11-02 18:21:20
阅读次数:
211
1 // Get the error code 2 DWORD dwError = GetDlgItemInt(IDC_EDIT1); 3 4 HLOCAL hlocal = NULL; // Buffer that gets the error message st...
分类:
其他好文 时间:
2014-11-01 21:37:57
阅读次数:
133