using System;
public class Program
{
public static void Main()
//螢幕.輸入源(hdmi);
//螢幕.輸入源(vga);
輸入源("hdmi");
if(!我可以買房子嗎(500))
Console.WriteLine("500元只能買一片磚");
else
Console.WriteLine("可以借我錢嗎");
}
public static void 輸入源(string inputType){
Console.WriteLine(inputType);
public static bool 我可以買房子嗎(int 我有多少錢){
if(我有多少錢>10000000)
return true;
return false;