78!

希特勒  •  2天前


include

include <stdio.h>

int main() { int a, b; scanf("%d\n%d", &a, &b); int c = a + b; int d = c + a; printf("%d\n%d", d, c); return 0; }


评论:

请先登录,才能进行评论