码迷,mamicode.com
首页 >  
搜索关键字:pat    ( 13517个结果
PAT 1084 Broken Keyboard
#include #include #include using namespace std;char linea[82];char lineb[82];bool tbl[256];char cap(char ch) { if (ch >= 'a' && ch broken; cha...
分类:其他好文   时间:2014-11-06 12:52:41    阅读次数:177
PAT 1030 Travel Plan
#include #include #include #include #include #include #include #define CMB(ID1, ID2) (((ID1) adj; int dist; City(int d = INT_MAX): dist(d){}};ty...
分类:其他好文   时间:2014-11-06 12:43:14    阅读次数:214
使用NotePad++ 运行轻量级的C#代码
在notepad++中新建文件hello.cs,F5运行,配置命令行cmd /K C:\windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /t:exe /out:$(FULL_CURRENT_PATH).exe $(FULL_CURRENT_PAT...
分类:Windows程序   时间:2014-11-04 17:16:46    阅读次数:203
sql server 2005全角与半角字符转换
CREATE FUNCTION D_ByteExchangeS_Byte(@str NVARCHAR(4000), --要转换的字符串@flag bit --转换标志,0转换成半角,1转换成全角)RETURNS nvarchar(4000)ASBEGIN DECLARE @pat nvarchar(...
分类:数据库   时间:2014-11-04 12:52:58    阅读次数:173
PAT 1083 List Grades
#include #include using namespace std;class Stu { public: char name[12]; char id[12];};int main() { int N = 0; // because all t...
分类:其他好文   时间:2014-11-04 01:33:12    阅读次数:128
PAT 1058 A+B in Hogwarts
#include #include using namespace std;class Number {public: int a; int b; int c; Number(int _a = 0, int _b = 0, int _c = 0): a(_a), b(_b),...
分类:其他好文   时间:2014-11-04 01:31:37    阅读次数:180
PAT 1051 Pop Sequence
#include #include #include using namespace std;bool push_validate(int &pre_push, int max_push, int cur, vector& stack, int mcap) { if (pre_push >= ...
分类:其他好文   时间:2014-11-04 01:28:04    阅读次数:248
5-05. QQ帐户的申请与登陆(25)(map运用)(ZJU_PAT)
5-05. QQ帐户的申请与登陆(25)(map运用)(ZJU_PAT)...
分类:其他好文   时间:2014-11-03 22:38:55    阅读次数:291
PAT 1073
简单题,字符串处理,写的有点乱 1 import java.util.*; 2 import java.io.*; 3 4 class FastReader{ 5 BufferedReader reader; 6 StringTokenizer tokenizer; 7 ...
分类:其他好文   时间:2014-11-03 22:24:10    阅读次数:243
8-06. 畅通工程之局部最小花费问题(35)(最小生成树_Prim)(ZJU_PAT)
8-06. 畅通工程之局部最小花费问题(35)(最小生成树_Prim)(ZJU_PAT)...
分类:其他好文   时间:2014-11-03 20:58:46    阅读次数:366
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!