#include "stdafx.h"
#include <CGAL/basic.h>
#include <CGAL/Polyhedron_incremental_builder_3.h>
#include <iostream>
int main(){
return 0;
}