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