Message from @Povilus
Discord ID: 462715023412953091
But it seems what math can predict is often misunderstood.
I'm sorry.
For what?
If I misunderstood something.
I really try, but I'm a doctor, not a mathematician ;D
What kind of doctor?
One that just graduated literally yesterday, so not much ;D
Congrats
Thank you.
I do plan on pediatrics though.
GL
Btw. You play 40k?
Your avatar looks eldar
It is. I'm a big fan, but never had the money or the community to play tabletop.
Where do you live?
US?
Fucking Lithuania. We say it's in the geographical middle of Europe, but nobody seems to care.
Don't like it there?
No no no, not that.
I meant my country isn't very relevant in the international community of countries.
Here, I'm just a lurking newfag.
I don't think relevancy should be desired for a country right now
Work on your country and improve as much as possible while keeping your heads down
True. It's kind of nice, no refugees want to stay here because no money and too cold.
Those that stay usually turn out to be the ones that care.
Russians still have Latvia and Belarus to annex before getting to us, so that's like 20 years of peace probably.
What a time to be alive <:covfefe:440543908846632980>
Sounds like a time to become economically powerful
And hit the scene like a boss
Such optimism... You must be American.
I am
What are you @Povilus ?
Lithuanian?
Yes. Is that bad?
Just don’t kill yourself
?
Lithuania has high suicide rates
I've thought about it, decided it'd be too much hassle ;D
Play basketball instead
Stereotypes are fun.
```cpp
#include <iostream>
int main()
{
std::ios::sync_with_stdio(false);
std::cout<<"a\n";
std::printf("b\n");
std::cout << "c\n";
return 0;
}
```
@meratrix what do you expect the output to be?
```cpp
std::ios::sync_with_stdio(false);
```
wut dis do?
compile and find out 😉
Nah nigga
it's some cool shit
b
a
c