Settings | Sign in | Sign up

There is currently 1 post.

【試題】買不到的數目

Floor 1 巨大八爪鱼 3/14/16 14:52
#include <stdio.h>

int main(void)
{
    int a, b;
    scanf("%d%d", &a, &b);
    printf("%d\n", a * b - a - b);
    return 0;
}

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.