UniTO/anno2/Sem2/lft/progetto/programs/1.program
2024-10-29 09:11:05 +01:00

4 lines
No EOL
83 B
Text
Executable file

max := a;
case when(b>max) max := b
when(c>max) max := c
else max:=a+b+c;