Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,13 +0,0 @@
|
|||
with Ada.Text_IO, Ada.Strings.Fixed;
|
||||
use Ada.Text_IO, Ada.Strings, Ada.Strings.Fixed;
|
||||
|
||||
function "+" (S : String) return String is
|
||||
Item : constant Character := S (S'First);
|
||||
begin
|
||||
for Index in S'First + 1..S'Last loop
|
||||
if Item /= S (Index) then
|
||||
return Trim (Integer'Image (Index - S'First), Both) & Item & (+(S (Index..S'Last)));
|
||||
end if;
|
||||
end loop;
|
||||
return Trim (Integer'Image (S'Length), Both) & Item;
|
||||
end "+";
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
Put_Line (+"1");
|
||||
Put_Line (+(+"1"));
|
||||
Put_Line (+(+(+"1")));
|
||||
Put_Line (+(+(+(+"1"))));
|
||||
Put_Line (+(+(+(+(+"1")))));
|
||||
Put_Line (+(+(+(+(+(+"1"))))));
|
||||
Put_Line (+(+(+(+(+(+(+"1")))))));
|
||||
Put_Line (+(+(+(+(+(+(+(+"1"))))))));
|
||||
Put_Line (+(+(+(+(+(+(+(+(+"1")))))))));
|
||||
Put_Line (+(+(+(+(+(+(+(+(+(+"1"))))))))));
|
||||
Loading…
Add table
Add a link
Reference in a new issue