+ 2
Кто может дать подсказку или помочь решить Popsicles и другие? Who can help me to create Popsicles code and so on?
4 odpowiedzi
+ 5
Спасибо
+ 2
Я могу
+ 1
Давай
0
import java.util.*;
public class Program
{
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int pop,sibling;
pop=sc.nextInt();
sibling=sc.nextInt();
if(sibling%pop==0)
System.out.println("give away");
else
System.out.println("eat them yourself");
}
}