#15117: 請問這個為什麼會被系統說無法編譯


s11113118 (甘)

學校 : 樹德科技大學
編號 : 84169
來源 : [180.217.251.8]
最後登入時間 :
2018-09-15 00:06:32
a001. 哈囉 -- Brian Kernighan | From: [180.217.251.8] | 發表日期 : 2018-09-14 21:15

 

using System;

namespace ConsoleApp1{


static void Main(string[] args){
string x = "";

while (x != null){

x = Console.ReadLine();
Console.WriteLine("hello, " + x);

}
}
}

 
#15120: Re:請問這個為什麼會被系統說無法編譯


anandrewboy70900 (ShowTsai)

學校 : 國立中央大學
編號 : 27736
來源 : [203.204.218.144]
最後登入時間 :
2024-10-11 16:21:37
a001. 哈囉 -- Brian Kernighan | From: [140.115.221.24] | 發表日期 : 2018-09-14 23:02

這是C#

 




 
ZeroJudge Forum