Submission #3010682


Source Code Expand

var
s:string;
x:longint;
begin
readln(s);
read(x);
writeln((s[(x-1) mod length(s)+1]);
end.

Submission Info

Submission Time
Task B - とても長い文字列
User luogu_bot2
Language Pascal (FPC 2.6.2)
Score 0
Code Size 91 Byte
Status CE