2013-04-03 3 views

ответ

0
int input = Int32.parseInt(Console.ReadLine()); 
for(int i = 0; i<=input; i++){ //for loop 
    Console.WriteLine(i);   
} 
Смежные вопросы