#include <stdio.h>
int getNumber(){
    return 01;
}
int main() {
   total=calTotal(25,5);
   printf("the number:%d\n",total);
return 0;
}