Untitled
unknown
plain_text
2 years ago
254 B
10
Indexable
string colorshit(int count) {
if (count == 1) return "3344281855";
else if (count >= 2 && count < 4) return "2571208703";
else if (count >= 4 && count < 6) return "1999858431";
else if (count >= 6) return "2033478655";
return "3344281855";
}Editor is loading...
Leave a Comment