#include <stdio.h>
 main() {
     int money = 100;
	 pintf ("money = b",money);
	 }

