- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
public class B
{
private readonly List<M> ms = new List<M>();
// ...
public void Match(M m) { ms.Add(m); }
public int IndexOf(M m) { return ms.IndexOf(m) == 0 ? 0 : 1; }
// ...
}
public class M
{
// ...
public void Match(B b)
{
try { b.Match(this); }
catch (Exception e)
{
// ...
}
}
// ...
}
wvxvw 23.03.2015 13:39 # +1
pushistayapodmyshka 23.03.2015 15:01 # 0
wvxvw 23.03.2015 16:31 # 0
Попытка 2:
Can't match this
Can't match this
Can't match this (oh-oh oh oh oh-oh-oh)
Can't match this (oh-oh oh oh oh-oh-oh)
My-my-my-my music makes me so hard makes me say oh my Lord
Thank you for blessing me with a mind to rhyme and two hype feet
That's good when you know you're down
3.14159265 23.03.2015 15:50 # 0
www.youtube.com/watch?v=71rDQ7z4eFg
kegdan 23.03.2015 16:12 # 0
ма ма ма ма!
3.14159265 23.03.2015 16:19 # +1
https://www.youtube.com/watch?v=2T47D1Ofi-Y
kegdan 23.03.2015 16:42 # 0
Fike 23.03.2015 22:15 # 0