Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <string>
- using namespace std;
- int main() {
- string input;
- cin >> input;
- int kids = 0, adults = 0;
- while (input != "Christmas") {
- int years = stoi(input);
- if (years <= 16) {
- kids++;
- }
- else {
- adults++;
- }
- cin >> input;
- }
- cout << "Number of adults: " << adults << endl;
- cout << "Number of kids: " << kids << endl;
- cout << "Money for toys: " << kids * 5 << endl;
- cout << "Money for sweaters: " << adults * 15 << endl;
- return 0;
- }
Advertisement
Comments
-
- This is big
- [11:22 AM]
- Here's what happens. They are stopping lives of people they dont like, either metaphorically (cloning + raising a new mind at that waypoint) or via death (then cloning without memeber and rebirthing). This stopped life has the same exact programming as the checkpoint/stoppoint or at death.
- [11:22 AM]
- Then, they do things like what happened in my life. They push the new target into sin, and when its young and doesnt have a chance at avoiding the temptating of sin, they abuse it (they abuse it and do this, because the person it was previously was their enemy).
- [11:24 AM]
- They have figured out the best way to abuse their enemies: it's been cloning them without memory, or using correlations then abusing them. IE: they have done things to me about my 'woman form' and sexual objectification, they are creating waypoints in their mind. What this means is: if they know I know they're creating links to my woman form through the guy that I am right now, they will have a link and a bridge to when I lose my memory and am that actual woman form, this is even regardless if I lose my memory or not.
- [11:25 AM]
- This means: they are sadistically (since its likely ill lose my memory) conjuring proper correlation to both entities, so they can continue their harassment and perpetuation of evil and sin on them.
- [11:25 AM]
- IE: King Charles hated princess Diana and had her killed in a car accident. I have the same birth date as princess diana and I'm actually princess diana. It's actually more likely that was my female form than andrew guiles at this point. I might have his face and he has mine.
Add Comment
Please, Sign In to add comment
Advertisement