- //=====================================
- // a2.cpp
- //=====================================
- #include"abc.h"
- //-------------------------------------
- int main(){
- f1();
- f2();
- f3();
- }//-------
- void f3(){
- f1();
- }//-------
- void p(){
- f3();
- }//------------------------------------