More long tests in to separate directory

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2024-09-05 16:41:30 +03:00
parent d849a2e6c7
commit e471b35ed0
23062 changed files with 0 additions and 0 deletions

View file

@ -1,6 +0,0 @@
var x0, x1, y;
x0 := read ();
x1 := read ();
y := 17-23+29+x0+x1;
write (y)