int main () { dep (); dep2 (); dep3 (); firstpriv (); antidep (); antidep2 (); antidep3 (); outdep (); concurrent (); concurrent2 (); concurrent3 (); return 0; }
int main(){ int d=dep2(); }