#include <stdio.h>

int main(void) {
printf("pervoe slagaemoe:%d\nvtoroe slagaemoe:%d\nsumma:%d\n", 10, 20, 30);
	return 0;
}
