Top definition
When the CS202 student conveniently forgets parenthesis at the top of their function
int main /* what is missing here ? */
{
...
}
by /dev/null March 14, 2003
Get a minor logic error mug for your dog Bob.
Apr 30 Word of the Day
A buzz word being used to refer to creators and influencers forming or encouraging unhealthy relationships with their fans. Usually used in the context of young audiences feeling they have a relationship with the influencer due to the huge amount of the influencer’s content they consume. The influencer in question, however, is unaware of the fan’s existence other than the general knowledge of having fans. Common examples include Dream and his stans. These relationships are exacerbated by the influencers confirming they have more than a creator-to-viewer relationship.

The word is circulating due to various YouTube essays about the phenomenon using the word, and therefore people who enjoy complaining about influencers repeating what they heard in the video in any comments section they can find.
I can’t believe that creator encourages parasocial relationships with his fans...

Man what a parasocial relationship :/
by SodaScarf April 12, 2021
Get a parasocial mug for your father-in-law James.
2
A logic error that appears to be catastrophic, but is very easy to correct.
#include <iostream.h>
void main()
{
int num;
cout<<"Do NOT enter the number 1:";
cin>>num;
if(num=1)
cout<<"You idiot! I said NOT to enter the number 1!\n";
else
cout<<"Good job!\n";
}
by aero March 14, 2003
Get a minor logic error mug for your dog Rihanna.