摘要: 一碰到数字处理的题就没有思路,实在想不出来就去网上找了下思路,发现又把问题复杂化了。#includeint main(){ int a, b, c, m, i; scanf("%d%d%d", &a, &b, &c); printf("%d.", ... 阅读全文