int a = 30000;

int b = 39;

int c = 10000;

int total;

total = a + b / 10 * c;


이거 69000이라고하면 진짜 어떻게해야되는거냐?