PATREGO
Russian Federation
 
 
Geen informatie gegeven.
Momenteel offline
Favoriete spel
37
uur gespeeld
Opmerkingen
YORIK 20 sep 2021 om 15:08 
#include <iostream>
#include <thread>

using namespace std;

int main()
{
setlocale(LC_ALL, "Russian");
int i;
for (i = 1000; i >6; i -=7){
cout << i << "-7" << endl;
this_thread::sleep_for(chrono::milliseconds(60));
}
printf ("let me die");
}