18
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
for (int hora = 0; hora <= 23; hora++)
8
{
9
for (int minuto = 0; minuto <= 59; minuto++)
10
{
11
for (int segundo = 0; segundo <= 59; segundo++)
12
{
13
Console.WriteLine(hora.ToString() + ":" + minuto.ToString() + ":" + segundo.ToString());
14
}
15
}
16
}
17
}
18
}
Cached Result
Roslyn 2.0 Compiler; Environment version: 4.0.30319.42000
Re-serialized root:
<?xml version="1.0" encoding="utf-16"?>
<root>
<largeImages>
<largeImage>
<url>./imageSmall.jpg</url>
<height>240</height>
<width>320</width>
</largeImage>
<largeImage>
<url>./imageSmall2.jpg</url>
<height>240</height>
<width>320</width>
</largeImage>
<largeImage>
<url>./imageLarge.jpg</url>
<height>480</height>
<width>640</width>
</largeImage>
<largeImage>
<url>./imageLarge2.jpg</url>
<height>480</height>
<width>640</width>
</largeImage>
<largeImage>
<url>./imageSmall3.jpg</url>
<height>240</height>
<width>320</width>
</largeImage>
</largeImages>
</root>
All tests passed.
Re-serialized root:
<?xml version="1.0" encoding="utf-16"?>
<root>
<largeImages>
<largeImage>
<url>./imageSmall.jpg</url>
<height>240</height>
<width>320</width>
</largeImage>
<largeImage>
<url>./imageSmall2.jpg</url>
<height>240</height>
<width>320</width>
</largeImage>
<largeImage>
<url>./imageLarge.jpg</url>
<height>480</height>
<width>640</width>
</largeImage>
<largeImage>
<url>./imageLarge2.jpg</url>
<height>480</height>
<width>640</width>
</largeImage>
<largeImage>
<url>./imageSmall3.jpg</url>
<height>240</height>
<width>320</width>
</largeImage>
</largeImages>
</root>
All tests passed.