4 lines
No EOL
83 B
Text
Executable file
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; |