-09 jump onto the road
creature'
:pinballskull:
second acc:rosebud:
Trade offer:eye666:




























































﷽﷽ ﷽﷽﷽ ﷽﷽﷽ ﷽












































http://curly.nyash :rosebud:
:pinballskull:
second acc:rosebud:
Trade offer:eye666:




























































﷽﷽ ﷽﷽﷽ ﷽﷽﷽ ﷽












































http://curly.nyash :rosebud:
Currently Offline
♥⛓️
#include <cmath>
#include <iostream>
#include <thread>
#include <chrono>
using namespace std;
void printHeart(int size) {
for (int i = 0; i < size; i++) {
for (int j = 0; j <= 4 * size; j++) {
float d1 = sqrt(pow(i - size, 2) + pow(j - size, 2));
float d2 = sqrt(pow(i - size, 2) + pow(j - 3 * size, 2));

if (d1 < size + 0.5 || d2 < size + 0.5) {
cout << "♥";
} else {
cout << " ";
}
}
cout << endl;
}

for (int i = 1; i < 2 * size; i++) {
for (int j = 0; j < i; j++) {
cout << " ";
}
for (int j = 0; j < 4 * size + 1 - 2 * i; j++) {
cout << "♥";
}
cout << endl;
}
}

int main() {
for (int i = 3; i <= 8; i++) {
system("cls");
printHeart(i);
this_thread::sleep_for(std::chrono::milliseconds(500));
}

return 0;
}
Favorite Guide
Created by - e
Recent Activity
1,282 hrs on record
last played on Nov 23, 2025