Facebook Hacker Cup 2020 Qual' (2nd place)

Поділитися
Вставка
  • Опубліковано 26 лип 2020
  • Screencast with commentary of me almost winning the qualification round of Facebook Hacker Cup 2020. It's a big annual programming competition organized by Facebook. Problems and final standings: / qualification-round
    Subscribe for more educational videos on algorithms, coding interviews and competitive programming.
    - Github repository: github.com/Errichto/youtube
    - Live streams on 2nd YT channel and on Twitch: / errichto2 & / errichto
    - FB and Twitter: / errichto & / errichto
    - Frequently Asked Questions: github.com/Errichto/youtube/w...
    #Coding #Programming

КОМЕНТАРІ • 4 тис.

  •  3 роки тому +9362

    This is what my mom sees me as when I change the TV-source from HDMI1 to HDMI2

  • @LightningMCB
    @LightningMCB 3 роки тому +4634

    My Ooga Booga brain is enjoying this even without understanding a single thing that's happening.

  • @muhammadnuralamsyah5601
    @muhammadnuralamsyah5601 3 роки тому +2091

    This is the person who answers stackoverflow questions

  • @carlosriojas574
    @carlosriojas574 3 роки тому +77

    I have like 6 months in coding FS MERN stack, I just watched the first 4 min, saw how he solved the first problem,saw how he outputted his entry directly from the terminal, closed my laptop, crawled in a fetus position on the floor and started to cry.

    • @frankafriyie5519
      @frankafriyie5519 3 роки тому

      😂😂💀

    • @mongstyt9946
      @mongstyt9946 2 роки тому

      😂😂😂😂

    • @suryakiran2970
      @suryakiran2970 2 роки тому +2

      @CarlosRiojas Don't feel bad, Investing the time matters here, he do coding from last 4 years

    • @searchalldayhackingoninsta5810
      @searchalldayhackingoninsta5810 2 роки тому

      👆he’ll get you immediate access to any social media account you want, he’s an expert in this!

  • @isaacalfaro1098
    @isaacalfaro1098 3 роки тому +2478

    Me: miss 5 seconds of programation class
    My teacher:

  • @VietSouthen
    @VietSouthen 3 роки тому +4197

    I don't understand a single simple code he wrote, but i can see his Logical brain part is super super good

  • @beraut05
    @beraut05 3 роки тому +54

    He: "obviously"
    Me: "yeah....sureee.....exactly"

  • @wesso27
    @wesso27 3 роки тому +24

    I feel sad for the people who aren't from development and programming knowledge areas and cant appreciate how beautiful and satisfatory this is

  • @denisdavid7754
    @denisdavid7754 3 роки тому +7400

    Me be like
    Print("hello world")
    Hello world
    - I am a hacker

    • @handerhedgehog
      @handerhedgehog 3 роки тому +234

      Yes, you wrote "hello world", but program says "Hello World". Did you hacked compiler???

    • @Jameslululu
      @Jameslululu 3 роки тому +125

      printf("I'm a hacker");
      compiler: runtime error

    • @Koreayoutuber
      @Koreayoutuber 3 роки тому +36

      u forgot ; this semicolon

    • @tcpfloods
      @tcpfloods 3 роки тому +24

      print("HELLO KIDS I'LL HACK YOU!");
      Conpiler: RunTime Error 19 ( File or Function error!)
      ME: Ahhhhhhhhhh shit! Why again?

    • @johnwoi1209
      @johnwoi1209 3 роки тому +2

      Guys i need to hack one small online game (70-80players online). If u can decode packet or do something send me letter pls frankenbeker@gmail.com

  • @khypex9923
    @khypex9923 3 роки тому +1599

    Glad this got recommended 2 weeks after and not 5 years

  • @go_ninik
    @go_ninik 2 роки тому +2

    Gratuluje tak wysokiego wyniku i życzę powodzenia w dalszej pracy!!

  • @hakicortes
    @hakicortes 2 роки тому +2

    Thanks man. For sharing this important material to us. I am from Brazil. I'm still learning english. And to program.

  • @zZz-lf1gs
    @zZz-lf1gs 3 роки тому +1994

    meanwhile me, restarting the router: haker

    • @editingforfunwhenIgotidea
      @editingforfunwhenIgotidea 3 роки тому +2

      I don't even ever saw a real router in real life.

    • @PunxTV123
      @PunxTV123 3 роки тому +31

      meanwhile me, posting "I am gay" on friends facebook account, and I'm already called a hacker by them :D

    • @youneedheadphones8985
      @youneedheadphones8985 3 роки тому +8

      cmd = hacker

    • @daheitar7776
      @daheitar7776 3 роки тому

      @@PunxTV123 🤣🤣🤣

    • @editingforfunwhenIgotidea
      @editingforfunwhenIgotidea 3 роки тому

      @@Rose_Emp I dont know man ,you wont see a router easily ,it is a company-using thing.its not like modem just sit on your table.

  • @dantedt3931
    @dantedt3931 3 роки тому +1787

    Watching this video made me learn two things:
    While True:
    print(“Confusion”)

    • @eastercompany
      @eastercompany 3 роки тому +65

      The second layer to this joke is realizing he is stuck in an infinite loop of confusion.

    • @MrOoof
      @MrOoof 3 роки тому +21

      def confuse():
      print ("wth is this")
      confuse()
      Output:
      wth is this (x1000)
      maximum recursion depth exceeded in confuse

    • @rylen8195
      @rylen8195 3 роки тому +2

      Bharath krishna bruh thats python hes coding in java

    • @user-qv8mq6cr4p
      @user-qv8mq6cr4p 3 роки тому

      @Bharath krishna u didnt even take parameters from user or set it inside function local body der wont be any output....(i am talking about n)

    • @schlxganfall6566
      @schlxganfall6566 3 роки тому +1

      @Bharath krishna
      def confusion(n):
      for i in range(n)
      if i == 0:
      print("wth is this")
      else:
      print("boring shit")
      confusion(10)

  • @brianbarrera2906
    @brianbarrera2906 3 роки тому +2

    You're very fast solving problemas, now I understand why I've never won an ACM ICPC contest..

  • @marcoshenriqueg.deoliveira9281
    @marcoshenriqueg.deoliveira9281 3 роки тому +4

    I don't know why youtube has recommended this to me, but.... thanks, it was really interesting

  • @somtovitus
    @somtovitus 3 роки тому +2166

    who else enjoys watching even though not understanding what is going on?

    • @eldiablo7655
      @eldiablo7655 3 роки тому +12

      me

    • @piyushchoughule5383
      @piyushchoughule5383 3 роки тому +31

      I just watch his videos to listen to him type. Those key strokes sound like ASMR videos.

    • @somtovitus
      @somtovitus 3 роки тому +1

      @@piyushchoughule5383, William Lin is another guy. Lol.

    • @HerrSchnebi
      @HerrSchnebi 3 роки тому

      Im trying to understand. I can write a really small peace of java out there, but it is enough to get the rest from context. I’m kinda smth.

    • @ryancanunayon6667
      @ryancanunayon6667 3 роки тому

      me too

  • @TommyCraze
    @TommyCraze 3 роки тому +2853

    you're amazingly talented man! big respect!

  • @gaminfern0840
    @gaminfern0840 3 роки тому +15

    Only thing I understood:
    That PC's motherboard is a z390.

  • @johanman1750
    @johanman1750 3 роки тому +73

    watching this guy and whatever he is doing make me feel sad about my self :(

  • @92soldier
    @92soldier 3 роки тому +438

    soon as he clicked on Problem A, my mind immediately went back to kindergarten

    • @11fi95
      @11fi95 3 роки тому +5

      ​@Snozz Cs:Go Not really. It means the same in English :D

    • @jmanpolo5611
      @jmanpolo5611 3 роки тому +1

      @Snozz Cs:Go english tends to steal words from other languages.. looked up kindergarten in german and it looks like they are used the same way.

    • @crazyface286
      @crazyface286 3 роки тому

      🤣😂

    • @pavlxiiv8003
      @pavlxiiv8003 3 роки тому

      @@11fi95 The word is German, as it comes from the German language and is used in English. Also, even though the word is the same, it has a different meaning in English.
      In this Video she explains the difference at 2:55: ua-cam.com/video/aZoThD8NIjU/v-deo.html

    • @MMATopGs
      @MMATopGs 3 роки тому

      @@pavlxiiv8003 Germans were the first Immigrants who established Kindergarten in US.

  • @Errichto
    @Errichto  3 роки тому +1670

    I would win if I didn't misread problem D first :/
    well, not a bad result anyway

    • @belaluddin6554
      @belaluddin6554 3 роки тому +31

      You are a confident guy!! Love You😍

    • @rishabhgupta4133
      @rishabhgupta4133 3 роки тому

      Anyway its really awesome, i loved it

    • @RahulGulati0
      @RahulGulati0 3 роки тому

      Ahh, saw that in the video. You were doing really great. Wish that hadn't happened ❌

    • @vipinseth9749
      @vipinseth9749 3 роки тому +1

      Please make video for timber and D1

    • @AshiqurRahman
      @AshiqurRahman 3 роки тому

      We all know that it's your bam hater khela

  • @vladimiralejandrodiazvalca8511
    @vladimiralejandrodiazvalca8511 2 роки тому +5

    Recién aprendiendo a programar cosas simples y ver lo que supongo lleva años de práctica me anima mucho a mejorar.

  • @UnstoppableExit
    @UnstoppableExit 3 роки тому +4

    Wow ale zaskoczenie, włączam z polecanych filmik jakiegoś gościa o programowaniu i mówię sobie "no nie mów, że to Kamil :D" Pozdrawiam stary i dalszych sukcesów!
    /Maciek W, kolega z liceum ;)

  • @DevThaWrightOne
    @DevThaWrightOne 3 роки тому +721

    Professors be like: “No comments? Here’s an F for your hard work.”

    • @keeIie
      @keeIie 3 роки тому +29

      where are your null checks ?!?!?!, variable identification???? F

    • @metascopeinitiatives2550
      @metascopeinitiatives2550 3 роки тому +1

      😂😂😂😂

    • @ClimaticHawk
      @ClimaticHawk 3 роки тому +2

      That was my professor in programming.

    • @nischay4760
      @nischay4760 3 роки тому

      F

    • @trevorfranks69
      @trevorfranks69 3 роки тому +2

      This is why you better learn things alone and get a job immediately than chasing that tiresome degree with extra debts

  • @lel5338
    @lel5338 3 роки тому +639

    im just starting learning to code and my mind explode in the first 5 min

    •  3 роки тому +4

      Me too

    • @mitzcupcake7306
      @mitzcupcake7306 3 роки тому +2

      Me too

    • @noahmichaels4999
      @noahmichaels4999 3 роки тому +46

      Been programming for nearly 5 years. No where near this speed. It's insane.

    • @crazyface286
      @crazyface286 3 роки тому +10

      My brain was having trouble processing what he was doing from the very first second this video started 😂😂

    • @inception252
      @inception252 3 роки тому +6

      its c++ code at beginning

  • @soumyajitdas4295
    @soumyajitdas4295 3 роки тому

    I learned something from this program which will help me a lot
    Thanks

  • @aybrl
    @aybrl 3 роки тому

    It took me 7 minutes to read and understand the problem!!! He literally started coding after one single minute!!!

  • @ilykujo
    @ilykujo 3 роки тому +667

    9 year old me using inspect element like a boss not knowing what’s going on:

    • @youbro1144
      @youbro1144 3 роки тому

      you're not even allowed to be on YT

    • @kreftl
      @kreftl 3 роки тому +3

      it's a joke @@youbro1144

    • @ilykujo
      @ilykujo 3 роки тому +17

      You Bro nooo I meant back when I was 9 years old

    • @reymoon4561
      @reymoon4561 3 роки тому +5

      i used to hack facebook game using inspect element back in 2013 😂

    • @seppdroid
      @seppdroid 3 роки тому

      Yo that makes me think of a funny joke i did at school around that age. Make a BATCH script that would create a %r%r%r folder and place it on your desktop. With a echo print saying “please wait while the game loads”. Funny man i was...

  • @mhmverynice112
    @mhmverynice112 3 роки тому +755

    My favorite line:
    “bool ok = true;”

    • @SAMMIRcondezoCOOL
      @SAMMIRcondezoCOOL 3 роки тому +16

      I live by those words

    • @KoepenickDrums
      @KoepenickDrums 3 роки тому +2

      I don't get what you mean, isn't that a very common line..

    • @dimasnugroho521
      @dimasnugroho521 3 роки тому +20

      Bool means anus in indonesia

    • @djtjpain
      @djtjpain 3 роки тому

      Mhm Very Nice why?

    • @mhmverynice112
      @mhmverynice112 3 роки тому +32

      @@KoepenickDrums I’ve never coded once in my life and idk why I watched the video, but knowing that the bool is in fact ok, it brings me peace

  • @stefancondriea8195
    @stefancondriea8195 2 роки тому +1

    Seeing this make my confidence in coding drop to the ground, knowing i never be able to solve and code at this speed and quality. For me 1 hour is needed just to understand one problem...

    • @fabiangloor9709
      @fabiangloor9709 2 роки тому +5

      don't say this. be grateful for what you have and do not compare yourself to others. compare yourself to the version you were yesterday and strive to be better today. if it really is a goal of yours to get better, just work hard and don't get caught up in the bs that is in mans mind sometimes. do not expect instant changes, but change chings up, if you're not making as much progress as you want after some time, so you'll eventuall find your personal most efficient way. just do this, learn to accept and maybe even enjoy the ride and just like i said be grateful for what you already have, whatever it may be and I guarantee you will see improvement over time.
      Stay focused 💪

  • @matheusfelipe4183
    @matheusfelipe4183 3 роки тому

    Congratulations!!

  • @franciscoflores3231
    @franciscoflores3231 3 роки тому +619

    This is what the world without Stackoverflow looks like.

    • @omerak4839
      @omerak4839 3 роки тому +72

      owner of stackoverflow didn't use stackoverflow when he code the website

    • @techneg9125
      @techneg9125 3 роки тому +3

      Lol

    • @jasonmay4341
      @jasonmay4341 3 роки тому +7

      Omer Ak coding a website isn’t hard, it’s very simple stuff just a lot of it

    • @ultimaxkom8728
      @ultimaxkom8728 3 роки тому +3

      @@jasonmay4341 Alright, but it's a joke.

    • @omerak4839
      @omerak4839 3 роки тому

      @@jasonmay4341 😭😭

  • @adityaratan7581
    @adityaratan7581 3 роки тому +204

    Errichto took less time to solve question than submitting answer

    • @1nv1nc3ble
      @1nv1nc3ble 3 роки тому +3

      next Hacker Cup:
      Who submits fastest.

  • @pibruks
    @pibruks 3 роки тому

    iam impress, first time to see something like that. respect full

  • @denny6046
    @denny6046 3 роки тому +1

    GJ , хоть ничего не понятно, наблюдать за процессом решения было довольно интересно

  • @sharpesttoolintheshed492
    @sharpesttoolintheshed492 3 роки тому +285

    You had to say "I'm in"

  • @maxemore
    @maxemore 3 роки тому +160

    I can understand some of the code because I learned C up to a semi-advanced level for a year, but, the speed at which you process the information and come up with the conditions/logic is astounding. One day I wish to think and write code this efficiently.

    • @shekelboob
      @shekelboob 3 роки тому +3

      Maxemore it probably comes from many hours of practise and work. Maybe also from a preexisting solid fundamental understanding of math and logic. I’d also love to be able to be like him one day, but i don’t think i can without going back and relearning these fundamentals thoroughly

    • @alpt1980
      @alpt1980 3 роки тому +1

      if ur smart enough and practise hard for 2-3 years with competitive programming. I believe u can be like him. Hard work on the right area pays off

    • @katok9938
      @katok9938 3 роки тому +2

      Learning the language is easy, the problem is how you construct the codes to make it work as expected. I realized that as soon as I understood the basics. Damn, I wish I am as smart as the guy in the video

    • @johnwig285
      @johnwig285 2 роки тому

      @@alpt1980 it's like mathematics

    • @bitcoinarmageddon8091
      @bitcoinarmageddon8091 2 роки тому

      With rouhack on your side you have the power over any device, or social account no matter how strong their security is, the hacker on iG is definitely the best

  • @blainemaude3894
    @blainemaude3894 2 роки тому

    This is the person who answer stack overflow question

  • @raghebbenamira1350
    @raghebbenamira1350 2 роки тому +2

    0% understanding
    Im just having alot of fun watching this genius guy

  • @menace7147
    @menace7147 3 роки тому +62

    you solve the problem faster than i read the task.

    • @stefancondriea8195
      @stefancondriea8195 2 роки тому

      This is so true and frustrating for a beginer software enginner like me. This make me question my life decision of becoming software engineer.

    • @BlaiSeCSGO
      @BlaiSeCSGO 2 роки тому

      @@stefancondriea8195 yeaaaa same for me

  • @hamzasaeed07
    @hamzasaeed07 3 роки тому +142

    I didn't understand what he was doing... but i was amazed to see him think

    • @aravindhanveeramani
      @aravindhanveeramani 3 роки тому +6

      And this is just the qualification round.

    • @dani3l0929
      @dani3l0929 3 роки тому +1

      the same hahaha

    • @bitcoinarmageddon8091
      @bitcoinarmageddon8091 2 роки тому

      With rouhack on your side you have the power over any device, or social account no matter how strong their security is, the hacker on iG is definitely the best

  • @jamez_6208
    @jamez_6208 2 роки тому

    Good work buddy keep it up

  • @kaituo1803
    @kaituo1803 2 роки тому

    Hi Errichto, just wondering what keyboard were you using in the video? Thanks

  • @xfactor529
    @xfactor529 3 роки тому +34

    He’s very clever. I tried to follow along and pause and think how to solve it and then resume and see what he did. He always has something more simple, faster, and less lines of code. Very impressed

  • @Steven-zp8hf
    @Steven-zp8hf 3 роки тому +300

    I'll be honest, I think I would have understood a random video of a Turkish guy talking for 30mins more than what I just saw. But your video still intrigued me nonetheless!
    ... and you type in code faster than I type in english

    • @ether626
      @ether626 3 роки тому +9

      Well, fast coding (especially with great IDE) is easier than type in english or in any other language.

    • @RiberhusHH
      @RiberhusHH 3 роки тому +1

      Yeah, he is Amazing.

    • @edboss36
      @edboss36 3 роки тому

      Lol had to put the Turkish in there

    • @ProEray
      @ProEray 3 роки тому +2

      Wow I am Turkish and this is racist lol

    • @edboss36
      @edboss36 3 роки тому +3

      No More Name it’s not racist, şaka yaptı

  • @jiroooooo4312
    @jiroooooo4312 3 роки тому

    Wow I want to learn how you do that. That's amazing ❣️

  • @johnoderso
    @johnoderso 2 роки тому +6

    I just love the logic behind the coding ... sadly that's the smallest part of the work :(

  • @justsomerandomdude2415
    @justsomerandomdude2415 3 роки тому +467

    I shouldn't have ruined my life playing games...

  • @Steven-zp8hf
    @Steven-zp8hf 3 роки тому +86

    I just realised this looks like the same stuff I type when I rage quit and smash my keyboard after losing in a game.

  • @neuroticmelodramatic
    @neuroticmelodramatic 2 роки тому

    quality content bro. niceeeeee

  • @niranjan2726
    @niranjan2726 2 роки тому +1

    I didn't understand a single word but watching him coding at 2x is satisfaction and fun😅

  • @Tacolover123098
    @Tacolover123098 3 роки тому +6

    You are insane bro. I would read the problems and understand what they were asking but the sheer speed with which u come up with the logic to solve the problems in code is unbelievable one day I hope to be like you Fr Fr

  • @baramoo3925
    @baramoo3925 3 роки тому +209

    As a yasuo main, the only code i understood was, int (me)

  • @papamalickndour8851
    @papamalickndour8851 3 роки тому +2

    hi Errichto Good job ! , how did you manage to be excellent at coding like that ? i need advices from you
    TIA !

  • @KujavaPL
    @KujavaPL 3 роки тому +1

    Polak rodak

  • @mariansoltan1318
    @mariansoltan1318 3 роки тому +161

    Everybody talking about how good he has done, while I am still amazed by his terminal knowledge

    • @azizthanawala7670
      @azizthanawala7670 3 роки тому +18

      I've just started using a LINUX based system as a part of my job profile and he's doing pretty basical terminal stuff. Not hating on him but anything about terminal for folks like us who grew up GUI looks geeky!

    • @duckmeat4674
      @duckmeat4674 3 роки тому +9

      Most of what he wrote was
      Ls
      Cat
      Wc
      Grep
      And using piping and directing
      If you use the terminal at all, these are essential to know
      He is very very smart, but the bash commands were standard for every user

    • @CyphrSec
      @CyphrSec 3 роки тому +2

      I was more amazed at this pace of actual coding and creation. Damn

    • @okie9025
      @okie9025 3 роки тому +1

      Terminal is insanely hard to learn and even harder to actually utilize, props to him

    • @duckmeat4674
      @duckmeat4674 3 роки тому +12

      @@okie9025 terminal is not insanly hard to use, dont scare people away like that.
      Let me give a quick tutorial to using it
      open terminal and type "ls" now you can see files and folders. Type "cd Downloads" now you are in downloads folder. Say you have a file called foo.txt and you want to see whats in it: type "cat foo.txt" how many lines does foo.txt have? wc -l foo.txt. (those dashes are called flag arguments, -l means line -w would be words etc..)how about moving foo.txt to a new folder? mv foo.txt newfolder/
      How about copying a file? cp foo.txt newfoo.txt
      How about deleting it? rm newfoo.txt
      Renaming? mv foo.txt foorename.txt
      How about running a program (lets say vim) on the text file? vim foorename.txt
      Its that easy!

  • @stryyker9
    @stryyker9 3 роки тому +88

    Me: step 1 , type without mistakes - FAIL.
    Also me: There are trees that fall left or right. hmmm... Trying to imagine the scene.
    Errichto : and the results match, And I upload the file.

  • @soegengpramono1406
    @soegengpramono1406 3 роки тому

    Thank you 🙏

  • @diegonayalazo
    @diegonayalazo 2 роки тому +1

    Thanks!!

  • @nicobego4614
    @nicobego4614 3 роки тому +270

    You solving this so easy, makes me feel stupid and I'm software engineer

    • @dailyday93
      @dailyday93 3 роки тому +4

      Se here lol

    • @JuliusLandman
      @JuliusLandman 3 роки тому +22

      Im a systems admin and I have no idea how he is doing this soo fast

    • @Satoiji
      @Satoiji 3 роки тому +6

      the best I could manage to understand is that, on first 3 problems, they were fully mathematical, not really programming dependant in general~.... you know... I think...

    • @mmashortz1689
      @mmashortz1689 3 роки тому +31

      Nico Bego its because he didn’t waste his time going to school for a degree

    • @m0eig669
      @m0eig669 3 роки тому

      Second place 🐸

  • @bloodserpant
    @bloodserpant 3 роки тому +107

    Him: *video above"
    People in comment: print("hello world")
    Me: I'm a hacker

  • @shishirchaurasiya3435
    @shishirchaurasiya3435 2 роки тому

    You are great sir !!

  • @ProgrammerWorld69
    @ProgrammerWorld69 3 роки тому +15

    Me: actually kinda understanding what he is doing
    Also me: knowing i would never figure that out myself.
    #include
    Int main(void) {
    printf("pls send help");
    return 0;
    }

    • @OrphanPipe
      @OrphanPipe 3 роки тому

      pls send help

    • @bitcoinarmageddon8091
      @bitcoinarmageddon8091 2 роки тому

      With rouhack on your side you have the power over any device, or social account no matter how strong their security is, the hacker on iG is definitely the best.

    • @bazman7255
      @bazman7255 2 роки тому

      Scanf("%s", &yourbutthole);
      Input: finger

  • @jasonhuang8068
    @jasonhuang8068 3 роки тому +303

    normal people : what is this
    coders : *yeah this is the good stuff*

    • @MaBo95_
      @MaBo95_ 3 роки тому

      true lol

    • @bitcoinarmageddon8091
      @bitcoinarmageddon8091 2 роки тому

      With rouhack on your side you have the power over any device, or social account no matter how strong their security is, the hacker on iG is definitely the best

  • @panther9612
    @panther9612 3 роки тому +543

    Errichto: clicks clicks clicks clicks
    Me: 👁👄👁

  • @niewyjsciowytyp5641
    @niewyjsciowytyp5641 2 роки тому

    Kamil jesteś dobry zawodnik gratuluje !

  • @grachaninja
    @grachaninja 3 роки тому +2

    Fajnie że w Polsce mamy takich programistów :D

  • @lyejingxuan9457
    @lyejingxuan9457 3 роки тому +226

    Everyone be talking about how good he is at programming but all I want to know if how tf he is typing so fast

    • @Tono2713
      @Tono2713 3 роки тому

      literally

    • @avocadostuff2881
      @avocadostuff2881 3 роки тому +28

      programming is repetitive imo, so over time you'll get used to the muscle movements to type things like for loops and such. over years of programming, you'd also naturally get faster as you type so much in programming

    • @lyserius
      @lyserius 3 роки тому +2

      @@avocadostuff2881 I second this. Typing while looking at the screen is not a skill of mine. The repetition of code makes this possible for me (only when coding) however.

    • @JayR305TheChosenOne
      @JayR305TheChosenOne 3 роки тому +4

      Have you seen those people who sit at court room and type everything it been said. It takes practice you can’t be good at something if you don’t practice

    • @nirajchowdhary7372
      @nirajchowdhary7372 3 роки тому +2

      For a second i went and checked my speed to verify if by mistake i have set it to 1.5x😂

  • @prakhar.mishra
    @prakhar.mishra 3 роки тому +117

    *AFTER READING PROBLEM*
    Me: How do I solve this problem?
    Errichto: contraints are too low.

    • @hardeepsinha8788
      @hardeepsinha8788 3 роки тому

      🤣 true!!
      after reading the problem i take a break for 15 mins and then i be like "aaah, shitt!! Here we go again"

    • @alzomi
      @alzomi 3 роки тому +1

      If you look closely he always looks down after every question. My guess is that he already solved all the problems beforehand and just print out the code and copy it.

    • @hardeepsinha8788
      @hardeepsinha8788 3 роки тому

      @@alzomi 😂😂

    • @scwfan08
      @scwfan08 3 роки тому +2

      @@alzomi
      That's not how it works

    • @hieutrandinh1234
      @hieutrandinh1234 3 роки тому

      @@alzomi i think you need to buy some draft paper :)))

  • @arshiahmad1697
    @arshiahmad1697 2 роки тому

    Thats really really loved 😍

  • @imrany5874
    @imrany5874 3 роки тому +6

    I like how he does all that stuff and doesn’t even explain knowing that if we tried we still wouldn’t get what he’s doing 🤣

  • @ManvendraSingh-bd2il
    @ManvendraSingh-bd2il 3 роки тому +9

    Nice to see Errichto shine again....

  • @prateekgautam7398
    @prateekgautam7398 3 роки тому +28

    FINALLY!!! Here comes the best explainer

  • @fredogj5616
    @fredogj5616 2 роки тому

    Wow, feels like magic to see u coding. I really aspire to be at ur level in some years

  • @sendnoodles6085
    @sendnoodles6085 3 роки тому +2

    I love how the 2nd question was a parody of Fullmetal Alchemist. 6:24

  • @shishantdixitdixit1017
    @shishantdixitdixit1017 3 роки тому +555

    After watching this I think I was most useless person in the world 😂😂

    • @sypo_x1891
      @sypo_x1891 3 роки тому +28

      exactly i mean i spent alot of time learn coding and this dudes vid ruined my life i felt useless 😂

    • @shishantdixitdixit1017
      @shishantdixitdixit1017 3 роки тому +12

      @@sypo_x1891 yes,I am also computer science ENGINEER but this video makes me unsatisfied....😂

    • @sypo_x1891
      @sypo_x1891 3 роки тому +1

      @@shishantdixitdixit1017 🤦🏻‍♂️ exaclty💔

    • @antonimdara3033
      @antonimdara3033 3 роки тому +5

      Well not everyone saying hello to the world 😉

    • @shishantdixitdixit1017
      @shishantdixitdixit1017 3 роки тому

      @@antonimdara3033 yep..!!!😂

  • @turkererhan9866
    @turkererhan9866 3 роки тому +6

    I'm just watching that talented boy like 30 minutes and i understand nothing. But he hypnotized me, ı cannot escape from it.

  • @Hephasto
    @Hephasto 3 роки тому

    I have no clue what is going on there but it’s entertaining

  • @lubutostimeline1304
    @lubutostimeline1304 2 роки тому +1

    This is a combination of mathematics and programming skills

  • @Ludah
    @Ludah 3 роки тому +39

    Who else doesn’t know a single thing he is doing but somehow is interested

  • @LM-mb4cl
    @LM-mb4cl 3 роки тому +901

    No entendi una mierda, pero buenardo

    • @pablodi6277
      @pablodi6277 3 роки тому +20

      K ponia en la compu no jaja salu2

    • @s1ck_in_p1lls
      @s1ck_in_p1lls 3 роки тому +30

      no entendi un pingo capo, explicame que soy de boca

    • @ser2085
      @ser2085 3 роки тому +3

      Aaaa re picante pa, salu2

    • @pekelo2285
      @pekelo2285 3 роки тому

      Jsjjq por dos

    • @moxi6643
      @moxi6643 3 роки тому

      jasja exacto

  • @mylubz03yuu89
    @mylubz03yuu89 2 роки тому +1

    Amazing

  • @kinetix413
    @kinetix413 Рік тому +2

    "They put a space there, actually its their fault..." Ladies and gentleman, I have a quick question for yall: WHAT THE F***????
    I am sitting here high as hell and can not believe what I just watched. DAMN

  • @trut52
    @trut52 3 роки тому +246

    Unfortunately only about 10% of a programmers job is like this. Otherwise stupid meetings and office politics about tech stack.

    • @jakel7213
      @jakel7213 3 роки тому +62

      Even worse if you do front end dev work. Absolutely fuck dealing with clients who want their site to 'look like AirBnB' while also needing 10 fucking menu items and 40 submenus.

    • @LooperRemixer
      @LooperRemixer 3 роки тому +9

      @@jakel7213 And bargaining about price 🤣

    • @recoveryemail1046
      @recoveryemail1046 3 роки тому

      >10%
      No, it's well less than that

    • @bitcoinarmageddon8091
      @bitcoinarmageddon8091 2 роки тому

      With rouhack on your side you have the power over any device, or social account no matter how strong their security is, the hacker on iG is definitely the best

  • @TheV4D3R
    @TheV4D3R 3 роки тому +65

    Watching this man writing codes faster than I write my primary language be like: Why do I even breathe?

    • @pauljessica971
      @pauljessica971 3 роки тому

      Perfect and legit hacks service with this pro #andrewhack35 on Instagram he helped me to recover my account

    • @shekelboob
      @shekelboob 3 роки тому +2

      code is meant to be written like this. It’s a tool to express logic and conditions with a specific set of keywords to use, that’s why it’s faster. Try making a statement linguistically. You can probably convey the same meaning using a million different combinations of words, grammar, sentence structure, and expressions, yet in code there is only a certain number of combinations to express a certain statement. Also, programming and language are fundamentally different. Code is basically a bunch of logic statements, while language is a tool used to express emotions, experiences, ideas, etc. Lastly, code is optimized to hold the most amount of information in the least amount of characters written, while language literally doesn’t care how much you write and in some fields it is encouraged to be verbose in your writing. Don’t worry, it’s normal.

    • @bitcoinarmageddon8091
      @bitcoinarmageddon8091 2 роки тому

      With rouhack on your side you have the power over any device, or social account no matter how strong their security is, the hacker on iG is definitely the best

  • @lanceanthony5043
    @lanceanthony5043 3 роки тому +1

    You dare come in second and proclaim that a success!

  • @srtylergt
    @srtylergt 2 роки тому

    Other level bro 🔥

  • @kristiansantosa2997
    @kristiansantosa2997 3 роки тому +34

    5:50 Nooo that's the most important part. Full Metal Alchemist storyline lol

    • @gavinhu9287
      @gavinhu9287 3 роки тому +1

      Lol, I didn't even realize that that's so cool XD

    • @alihassan4060
      @alihassan4060 3 роки тому

      Oh my god 😂😂🤣 thats amazing 🤣

    • @pushpxm
      @pushpxm 3 роки тому

      lmao

  • @anchalyadav1499
    @anchalyadav1499 3 роки тому +27

    M only one who is more amazed by his precision in typing....i mean comon thosr who had done coding might know...u gotta mistype few symobs !...also his logic speed was appreciateable

    • @shekelboob
      @shekelboob 3 роки тому

      Anchal Yadav coding has actually greatly improved my typing speed and accuracy. It’s a great alternative to those (imo) bullshit typing exercises/games. And yea his ability to immediately sort out problems into code was impressive. This is what fluency in a coding language looks like i’m pretty sure.

  • @user-gu3ll9xe4s
    @user-gu3ll9xe4s 2 роки тому

    What distributive to use? and sorry my english(

  • @SidBeyens
    @SidBeyens 3 роки тому +1

    After he made his program I just finished with reading the problem ... feeling bad today xD

  • @atma_balls
    @atma_balls 3 роки тому +13

    idk why UA-cam recommend this to me but I'm surely love this even though I don't understand anything in this video

  • @kid_kulafu_1727
    @kid_kulafu_1727 3 роки тому +6

    This dude is on a different level. Mad respect to you bro!

  • @thankyou8806
    @thankyou8806 3 роки тому +2

    Does anyone want to tell me where should i start if i want to be a reliable programmer like him?

  • @bastiux
    @bastiux 2 роки тому

    You're a wizard Erri

  • @UserRandomSenders123
    @UserRandomSenders123 3 роки тому +96

    Me pressing “forgot password” and changing passwoRd “Hacker”

  • @near6050
    @near6050 3 роки тому +27

    Have you consider doing tutorials? I think there would be a lot of people intrested in this kind of topics, and personally i'd love it:D

  • @_-_ttt_-_
    @_-_ttt_-_ 3 роки тому +1

    Imponujący skill. Leci sub. Chcę śledzić Twój rozwój

  • @CaesarVI
    @CaesarVI 3 роки тому

    Now imagine the first place, my guy is probably a literal cyborg connected to his pc