English
Kamil Dudka

IFJ 05 (Jazyk C)

Detail souboru

Jméno:Stáhnouttest00.txt [Stáhnout]
Umístění: ifj05 > tests > testy-magik
Velikost:473 B
Poslední změna:2022-09-09 13:06

Obsah souboru

a:=0;
x:=1.5e2;
b:=1.5e-1;
x:=1.5e+1;
y:=1e1;
c=  a + b;
c=  a - b;
c=  a * b;
c=  a / b;
\n
read d;
d:=2  +2;
on c>d>a go_to navesti1;
on c<a go_to navesti1;
on c=a go_to navesti1;
on c!=a go_to navesti1;
on c<=a go_to navesti1;
on c>=a go_to navesti1;
go_to navesti_2;
navesti1::  print c;  
navesti_2:: print d;
\t
i := 10;
i := "15";
i := i + "15";
\r
retezec := "On rekl: \"Ahoj, co del�\""
ret_:="x\\z"
ret2:="\\\n\t\r\f\\"
abc:="AZ1234567890!?:[]{}@#$%^&*()_+"
\f