require_once ('class.php');
?>
standing
Final Standing |
1 |
Fiorini Forli' (ITA) |
2 |
Terrasvogels (NED) |
3 |

Moskovia (RUS) |
4 |

Mannheim (GER) |
5 |

Wanderers (AUT) |
6 |

Princ (CRO) |
7 |

Sabat (CZE) |
//Girone C - id 3
$cla =& new Classifica(5);
$cla->ris(5);
$cla->PCT();
$cla->bubblesort();
$cla->PD();
$cla->bubblesort2();
$cla->Show("Group A");
unset($cla);
echo "
";
//Girone C - id 3
$cla =& new Classifica(6);
$cla->ris(6);
$cla->PCT();
$cla->bubblesort();
$cla->PD();
$cla->bubblesort2();
$cla->Show("Group B (5 - 7)");
unset($cla);
?>
The teams tied are in alphabetical order