2013-04-03 81 views

回答

0
int input = Int32.parseInt(Console.ReadLine()); 
for(int i = 0; i<=input; i++){ //for loop 
    Console.WriteLine(i);   
}