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

@ -0,0 +1,6 @@
var x0, x1, y;
x0 := read ();
x1 := read ();
y := x0*(x0+42+x1);
write (y)