Submission #3718985


Source Code Expand

var
	s:String;
	i,j,k:Longint;
	a,b,c,d,e:String[5];
begin
	readln(s);
	read(k);
	a:='zzzzz';
	b:=a;
	c:=b;
	d:=c;
	e:=d;
	for i:=1 to length(s)do begin
		for j:=1 to k do begin
			if i+j-1>length(s)then break;
			if a>copy(s,i,j)then begin
				e:=d;
				d:=c;
				c:=b;
				b:=a;
				a:=copy(s,i,j);
			end else if a<>copy(s,i,j)then begin
				if b>copy(s,i,j)then begin
					e:=d;
					d:=c;
					c:=b;
					b:=copy(s,i,j);
				end else if b<>copy(s,i,j)then begin
					if c>copy(s,i,j)then begin
						e:=d;
						d:=c;
						c:=copy(s,i,j);
					end else if c<>copy(s,i,j)then begin
						if d>copy(s,i,j)then begin
							e:=d;
							d:=copy(s,i,j);
						end else if d<>copy(s,i,j)then begin
							if e>copy(s,i,j)then begin
								e:=copy(s,i,j);
							end;
						end;
					end;
				end;
			end;
		end;
	end;
	if k=1 then writeln(a)else if k=2 then writeln(b)else if k=3 then writeln(c)else if k=4 then writeln(d)else writeln(e);
end.

Submission Info

Submission Time
Task C - K-th Substring
User kotatsugame
Language Pascal (FPC 2.6.2)
Score 300
Code Size 992 Byte
Status AC
Exec Time 20 ms
Memory 128 KB

Compile Error

/usr/bin/ld.bfd: warning: ./link.res contains output sections; did you forget -T?

Judge Result

Set Name Sample Subtask All
Score / Max Score 0 / 0 200 / 200 100 / 100
Status
AC × 3
AC × 11
AC × 19
Set Name Test Cases
Sample 0_000.txt, 0_001.txt, 0_002.txt
Subtask 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt, 1_007.txt, 1_008.txt, 1_009.txt, 1_010.txt
All 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt, 1_007.txt, 1_008.txt, 1_009.txt, 1_010.txt, 2_011.txt, 2_012.txt, 2_013.txt, 2_014.txt, 2_015.txt, 2_016.txt, 2_017.txt, 2_018.txt
Case Name Status Exec Time Memory
0_000.txt AC 0 ms 128 KB
0_001.txt AC 0 ms 128 KB
0_002.txt AC 0 ms 128 KB
1_003.txt AC 0 ms 128 KB
1_004.txt AC 0 ms 128 KB
1_005.txt AC 1 ms 128 KB
1_006.txt AC 1 ms 128 KB
1_007.txt AC 1 ms 128 KB
1_008.txt AC 1 ms 128 KB
1_009.txt AC 1 ms 128 KB
1_010.txt AC 0 ms 128 KB
2_011.txt AC 13 ms 128 KB
2_012.txt AC 14 ms 128 KB
2_013.txt AC 18 ms 128 KB
2_014.txt AC 20 ms 128 KB
2_015.txt AC 14 ms 128 KB
2_016.txt AC 20 ms 128 KB
2_017.txt AC 20 ms 128 KB
2_018.txt AC 20 ms 128 KB