#include <iostream>
using namespace std;

int main() {
	
	int ingredient_1 = 2;
	double ingredient_2 = 2.5;
	
	printf"To make apple sauce you need %lf apples and %d cups of sugar!", WHAT_GOES_HERE, WHAT_GOES_HERE )
	
	return 0;
}