int main() {
long long a, b, c, d; scanf("%d%d%d", &a, &b, &c); d = (a * b) % c; printf("%d", d); return 0;
}
比赛已结束。