Cорян, что намудрил, давно на java ничего не писал
import java.util.Scanner;
public class Pirogok {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
double b;
int a,n
a = sc.nextInt();
n = sc.nextInt();
b = sc.nextDouble;
b = n*(a+b);
System.out.print(Math.round(b*100.0)/100.0);
}
Cорян, что намудрил, давно на java ничего не писал
import java.util.Scanner;
public class Pirogok {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
double b;
int a,n
a = sc.nextInt();
n = sc.nextInt();
b = sc.nextDouble;
b = n*(a+b);
System.out.print(Math.round(b*100.0)/100.0);
}
}