Main.cc: In function 'int main()':
Main.cc:15:4: error: 'fa' was not declared in this scope
fa=0;
^
Main.cc:18:4: error: 'fb' was not declared in this scope
fb=0;
^
Main.cc:21:4: error: 'fc' was not declared in this scope
fc=0;
^
Main.cc:22:5: error: 'fa' was not declared in this scope
if(fa==0)
^
Main.cc:28:5: error: 'fb' was not declared in this scope
if(fb==0)
^
Main.cc:34:5: error: 'fc' was not declared in this scope
if(fc==0)
^