代码搜索结果

找到约 1,193 项符合 Q 的代码

1142up.pas

{$Q-,$R-} program tju1142; var num:array['A'..'Z']of byte; used:array[0..25]of boolean; pre,next:array[-1..26]of shortint; s:array[1..3]of string; n,i:byte; found:boolean; procedu

1142down.pas

{$Q-,$R-} program tju1142; var num:array['A'..'Z']of byte; used:array[0..25]of boolean; pre,next:array[-1..26]of shortint; s:array[1..3]of string; n,i:byte; found:boolean; procedu

1142rnd.pas

{$Q-,$R-} program tju1142; var num:array['A'..'Z']of byte; used:array[0..25]of boolean; pre,next:array[-1..26]of shortint; s:array[1..3]of string; n,i,p,t:shortint; found:boolean;

1142up.pas

{$Q-,$R-} program tju1142; var num:array['A'..'Z']of byte; used:array[0..25]of boolean; pre,next:array[-1..26]of shortint; s:array[1..3]of string; n,i:byte; found:boolean; procedu

1142down.pas

{$Q-,$R-} program tju1142; var num:array['A'..'Z']of byte; used:array[0..25]of boolean; pre,next:array[-1..26]of shortint; s:array[1..3]of string; n,i:byte; found:boolean; procedu

1142rnd.pas

{$Q-,$R-} program tju1142; var num:array['A'..'Z']of byte; used:array[0..25]of boolean; pre,next:array[-1..26]of shortint; s:array[1..3]of string; n,i,p,t:shortint; found:boolean;

ac1249.pas

{$Q-,R-} program tju1249; const maxn=1000; maxv=maxn*2+2; maxe=maxn*12; var edge:array[1..maxe]of record pre,v1,v2:word;cap:byte;cost:integer;end; last,q,from:array[1..maxv]of word;

ac1278.pas

{$Q-,R-} program tju1278; const maxn=200; inf=65535; var buy,eat:array[1..maxn]of byte; sum:array[0..maxn]of word; time:array[boolean,0..sqr(maxn)]of word; n,i,j,t1,t2:longint;

ac1275.pas

{$Q-,R-} program tju1275; const maxn=20; states=1048576; maxm=100; var e:array[1..maxn]of cardinal; time:array[1..maxm]of cardinal; mask:array[1..maxm,1..4]of cardinal; dist,hp

ac1242.pas

{$Q-,R-} program tju1242; const maxn=30000; maxe=100000; maxq=100000; var edge:array[1..maxe]of record v1,v2:word;pre1,pre2:longint;del:byte;end; query:array[1..maxq+maxe-maxn+1]of r