 
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://adonaimedrado.pro.br/wiki/index.php?action=history&amp;feed=atom&amp;title=CSharp%3A_Sucessores_ordenados</id>
		<title>CSharp: Sucessores ordenados - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://adonaimedrado.pro.br/wiki/index.php?action=history&amp;feed=atom&amp;title=CSharp%3A_Sucessores_ordenados"/>
		<link rel="alternate" type="text/html" href="https://adonaimedrado.pro.br/wiki/index.php?title=CSharp:_Sucessores_ordenados&amp;action=history"/>
		<updated>2026-05-27T05:20:05Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://adonaimedrado.pro.br/wiki/index.php?title=CSharp:_Sucessores_ordenados&amp;diff=2954&amp;oldid=prev</id>
		<title>Adonaimedrado: New page: &lt;code lang=&quot;csharp&quot;&gt; using System; using System.Linq; using System.Collections.Generic;  namespace SucessoresOrdenados { 	class Program 	{ 		public static void Main(string[] args) 		{ 			i...</title>
		<link rel="alternate" type="text/html" href="https://adonaimedrado.pro.br/wiki/index.php?title=CSharp:_Sucessores_ordenados&amp;diff=2954&amp;oldid=prev"/>
				<updated>2009-05-26T17:57:18Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;lt;code lang=&amp;quot;csharp&amp;quot;&amp;gt; using System; using System.Linq; using System.Collections.Generic;  namespace SucessoresOrdenados { 	class Program 	{ 		public static void Main(string[] args) 		{ 			i...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;code lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
using System;&lt;br /&gt;
using System.Linq;&lt;br /&gt;
using System.Collections.Generic;&lt;br /&gt;
&lt;br /&gt;
namespace SucessoresOrdenados&lt;br /&gt;
{&lt;br /&gt;
	class Program&lt;br /&gt;
	{&lt;br /&gt;
		public static void Main(string[] args)&lt;br /&gt;
		{&lt;br /&gt;
			int n = int.Parse(Console.ReadLine());&lt;br /&gt;
			System.Collections.Generic.List&amp;lt;int&amp;gt; l = &lt;br /&gt;
				new System.Collections.Generic.List&amp;lt;int&amp;gt;();&lt;br /&gt;
			for(int i = 0;i &amp;lt; n; i++)&lt;br /&gt;
				l.Add(int.Parse(Console.ReadLine()));&lt;br /&gt;
			&lt;br /&gt;
			IEnumerable&amp;lt;int&amp;gt; res = from k in l				      &lt;br /&gt;
					  orderby k&lt;br /&gt;
				      select k+1;&lt;br /&gt;
			&lt;br /&gt;
			foreach(int k in res)&lt;br /&gt;
				Console.WriteLine(k);&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adonaimedrado</name></author>	</entry>

	</feed>