会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TLEz_
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2014年10月18日
UVa 10340 - All in All
摘要: 把问题想复杂就是Time limitexceeded。#include#includechar s[1000000],t[10000000];int main(){ int i,j,ls,lt; while(scanf("%s%s",s,t)!=EOF) { j=0...
阅读全文
posted @ 2014-10-18 21:28 xuziye0327
阅读(120)
评论(0)
推荐(0)
UVa 227 - Puzzle
摘要: 做了两天了,死活不AC,后来发现是判断边界出了问题,改了下后就AC了。#include#includechar s[10][10],str[10000];int main(){ int i,j,time=1; while(1) { memset(s,0,sizeof...
阅读全文
posted @ 2014-10-18 19:57 xuziye0327
阅读(106)
评论(0)
推荐(0)
公告