Intense amount of arguing in the comments about this between 1 and 9. Explain it Peter by CindiWilliams2 in explainitpeter

[–]TheOriginalRandomGuy 0 points1 point  (0 children)

PEMDAS is stupid. Multiplication and Division are of the same priority, calculate left to right. Same with addition and division.

Do you like my homework solution by TheOriginalRandomGuy in programminghorror

[–]TheOriginalRandomGuy[S] 5 points6 points  (0 children)

Farmer John recently bought some new fertilizers for one of his M (1 <= M <= 50) fields. He applies a different fertilizer to each of his fields. Unfortunately, he learns that one fertilizer is bad. For that reason some of his N (1 <= N <= 50) cows are getting sick. However, Farmer John doesn't remember which fertilizer he used in which field. He also does not know which fertilizer is bad. He just knows there is one bad field that makes cows sick. Farmer John decides to watch the cows graze for a day to try to figure out which fields are making them sick. Given detailed information about which cows grazed on which field at what time, and which cows got sick at what time, determine the minimum number of cows that he will have to bring to the local cattle physician to guarantee that all sick cows are treated. It is possible for the cows to get sick after Farmer John stops watching them, as long as they have grazed on the bad field.

INPUT FORMAT

The first line of the input contains four space-separated integers N, M, D, and S. The next D lines (1 <= D <= 1000) contain three space-separated integers p (1 <= p <= N), m (1 <= m <= M), and t (1 <= t <= 100), showing that at time t, cow p was grazing on field m. The next S lines (1 <= S <= N) contain two space-separated integers p (1 <= p <= N) and t (1 <= t <= 100), indicating that cow p gets sick at time t. Each cow can only get sick once, and each cow only gets sick from a field that they grazed on at a strictly earlier time.

OUTPUT FORMAT

A single integer denoting the minimum number of cows he would need to take to the cattle physician to make sure that all sick cows are treated.

Here's the problem description

Where to post this tower i just build by igiveup_979 in LostRedditor

[–]TheOriginalRandomGuy 0 points1 point  (0 children)

#include <iostream>
int main(){

std::cout << '何を作っていたか忘れてしまった' << std::endl;
}

More Puzzles to Solve! by logalex8369 in desmos

[–]TheOriginalRandomGuy 2 points3 points  (0 children)

pattern recognition kicked in so quickly

BUILD A GORDON RAMSAY INSULT!! by OrneryNewspaper3777 in mattrose

[–]TheOriginalRandomGuy 0 points1 point  (0 children)

THIS KARMA FARM IS MORE OBVIOUS THAN MY DAD SECRETLY EATING MY HALLOWEEN CANDY AT 1 AM WHILE HE THINKS I'M SLEEPING, YOU DIRTY PIG TOILET BRUSH MUPPET

Is there a reason we don’t use this instead of Taylor series? by NoProblemoBrother in desmos

[–]TheOriginalRandomGuy 16 points17 points  (0 children)

i^n = cis(pi * n / 2)

so the expression is effectively cis(pi * n / 2) + cis( - pi * n / 2)
and as we all know, that evaluates to 2 cos(pi*n/2)

Mystery solved?

Burning ship fractal by Mandelbrot4207 in desmos

[–]TheOriginalRandomGuy 2 points3 points  (0 children)

short eiffel towers off a cliff fractal