0_0_21483573_11057.cpp: In function 'int getFactors(long long int)':
0_0_21483573_11057.cpp:29:5: error: 'fatCnt' was not declared in this scope
fatCnt=0;
^
0_0_21483573_11057.cpp:32:9: error: 'factor' was not declared in this scope
factor[fatCnt][1]=0;
^
0_0_21483573_11057.cpp:43:9: error: 'factor' was not declared in this scope
factor[fatCnt][0]=tmp;
^
|