#include void main() { int total; total=(100-25)*2; printf("Tomorrow you will have %i magic pellets.\n",total); }