| kemi (statz) | ![]() #2, Főfasz (2982) |
140 | #1d83 | ^ | Idézet | Sat, 16 Jun 2012 14:20:03 +02 |
| 94.21.*.* |
|
*.pool.digikabel.hu |
void hello(int i) {
string h = "dlrow ,olleh";
if (i < h.length()) hello(i + 1);
cout << h[i];
} |