Chat:World/2021-11-23
ZXC01: but for the gold one need to complete in 3 languages
ashiknur: which book I can buy to learn algorithms related to codingame platform?
DialFrost: can someone help me with great escape
Wontonimo: thanks Husoski !
Uljahn: DialFrost: https://www.codingame.com/forum/t/the-great-escape-strategies
DialFrost: ty Ulijahn!
RandomAustralian: tbh, the amount of CoC questions must be huge
RandomAustralian: considering how I haven't had a duplicate yet
Bruhmaster64: hey guys bruhmaster64 here
clasherpanda: yeah tho they might have it so that you never get a question twice
cipwns: Anyone knows what does ship Angle mean in Mad Pod Racing? Angle with respect to.. what?
DaNinja: 0° means facing EAST while 90° means facing SOUTH.
cipwns: Thank you! :slight_smile:
cipwns: Now that I look, this was mentioned in the rules.. I shouldn't skip reading them next time :smile:
DaNinja: nobody reads the rules
DialFrost: i do tho :)
Brennti: Wait, nobody reads the rules.? >.>
Thorcode: yeah
derjack: statements?
DialFrost: i read everything bruh
derjack: liar. no one reads statements
DialFrost: orh
DialFrost: too bad that your wrong
DialFrost: i read them but if the inputs are smh like bot programming "Code a la mode" i wont bother
DialFrost: there's a full 38 lines of input reading
DialFrost: :>
Uljahn: i read them 7 times at least and everytime get something new
DialFrost: see derjack even the mod reads em
DialFrost: :>
Uljahn: you become mod by reading statements :smirk:
Thorcode: really
DialFrost: wait wat ulijahn is kidding lah
DialFrost: :/
Thorcode: yeah
derjack: oO
derjack: Nyanyan is on fire
Nyanyan: :fire:
RakezH: qwerty
derjack: :upside_down:
KRALLEE: HELLO GUESS WHOS BACK, BACK AGAIN KING IS BACK, TELL A FRIEND SHÅÅLÅLÅLÅÅLLÅLÅ
Almin5k: Hello guys remember Hustle in silence and let your success make the noise.
KRALLEE: ok
n0b1e: And drink plenty of caffeine
KRALLEE: not good
Almin5k: caffeine is not good for u!!!!
Almin5k: remember strength
KRALLEE: #blm
n0b1e: Any good alternatives to caffeine i think im addicted
KRALLEE: lyft
Almin5k: i heard oteeoxnee is very healthy
n0b1e: i wish for your success and prosperity
KRALLEE: ok
KRALLEE: u2
Almin5k: remember failures are essential if you are going to push forward
KRALLEE: WTF DONT MAKE FUN
Almin5k: ?
n0b1e: Yes its true embrace failure
KRALLEE: lmao i never fail only dubs wwwwwwwwwwwwwwwwwwwwwwww
derjack: replace coffee with tea. less caffeine, some l-theanine
n0b1e: ^^ thanks for the advice :)
DirectorJax: @n0b1e : black tea, but that too, in moderation. :) also as less sugar as possible. preferably without.
n0b1e: yeah true! the sugar crashes are horrible
DirectorJax: and a good addition to that, try to exercise a bit. tonifies the body and you won't get fatigued as easily.
DirectorJax: plus much better sleep
n0b1e: Sleep is too important ive learnt that the hard way lolz
C26_1: I don't know how to do that
C26_1: Especially the stub input part
5DN1L: C26_1 This may help you: https://www.codingame.com/playgrounds/40701/help-center/contribution-guidelines
struct: do you want to create a puzzle with graphics?
struct: or just a normal puzzle?
karlo.ks: how do I convert a number into a solid integer?
karlo.ks: thats a number that doesnt contain 0 in it. Like 10 has 0 so it is not 10 it would be 11
karlo.ks: I need a mathematical formula for that
5DN1L: You have to solve the puzzle yourself
karlo.ks: bruh I dont know how to mathematically define that
derjack: could changing to base9 help it?
n0b1e: ^ +
karlo.ks: tried it, for number 99 it gives me an output of 120 which is not valid
5DN1L: If you don't know the mathematical way to do it at first, please list out the initial solid integers one by one
5DN1L: Work out a pattern from that
5DN1L: I solved it without considering any base conversion at all (although the code eventually was similar to base conversion)
n0b1e: its a tough one karlo keep going, but you dont need base 9 just understand the concept
5DN1L: ^ yes and that
gun_lnwza: I had a pretty rough idea for the algorithm, but I find it very hard to solidify it. Any suggestion?
5DN1L: think about how many solid integers are 1-digit, how many are 2-digit, how many are 3-digit, and so on
5DN1L: Work out a pattern
gun_lnwza: yeah, combinatoric stuffs
5DN1L: yes exactly
n0b1e: took me so long to figure it out without using base 9 explicitly
DialFrost: y doesnt this work for the descent
DialFrost: http://chat.codingame.com/pastebin/d33042d5-4dcf-46f1-8d5e-730ec299e087
5DN1L: Because the size of the list is supposed to remain constant
5DN1L: DialFrost Also, your loop loops too many times
C26_1: How can I make a puzzle with more than 2 part?
dreamTwo: drew drew
struct: more than 2 parts?
struct: like 2 different puzzles?
C26_1: I make a part name "Password Generate From Text"
C26_1: Then after you complete that part
C26_1: then It'll transfer you to a part name "Decrypt the text from number"
derjack: more test cases?
struct: well you can either make 2 puzzles or make the player output both answers
struct: on the same puzzle
C26_1: @struct, which kind of style do you prefer
C26_1: <<Line 1>>: or <<Line 1: >>
struct: probably 2nd
derjack: clashobytes
Merfi: ok
C26_1: Can puzzle has no code solution
C26_1: Because different programming language has their own way to make an anwser and therefore more perspective to the puzzle
C26_1: And how do I know if my anwser is the best. There could be a programming language that could run faster and more readable than mine
5DN1L: I believe you can't submit a contribution without a solution
5DN1L: And your answer doesn't have to be the best. But your puzzle statement and the test cases must be consistent
5DN1L: You're welcome
GreatStopwatch_f89: lol, hunbalnom wdym?
BrutalGiantOfWisdom_715b: Red Light
kimsejin123: hunbalnom very hatachi
derjack: eeyup?
WillChang: https://www.codingame.com/clashofcode/clash/2083149f93b4b61a394722a04193111dce21a6b
[CG]Thibaud: don't do that WillChang pls
C26_1: Missing type for 'stringInput'\
C26_1: Can anyone help me on this error
C26_1: I type in the stub like this:
read stringInput: string read string_key: string
C26_1: Does the stub doesn't have a string type variable?
C26_1: I've read the document and it's said that is support the string type variable
PolentaEater: I think you're missing the max length of the string. Try
PolentaEater: read stringInput: string(1024)
struct: ^
C26_1: I have figured this out
C26_1: You cannot put a little extra space to seperate
C26_1: It'll confused for the stub engine
C26_1: so it will hit an error
C26_1: Also thank you @struct and @PolentaEater for explaining about stub syntax
PolentaEater: you're right, sorry for that!
struct: yes needs to be separated by an enter
struct: "new line"*
KRALLEE: remember failures are essential if you are going to push forward
Almin5k: thanks for the motivation! means a lot
KRALLEE: ok
KRALLEE: :laughing::laughing::laughing::laughing::laughing::laughing::laughing::laughing::laughing::laughing::laughing::laughing::laughing::laughing::laughing: http://chat.codingame.com/pastebin/d835f316-1bb7-4b54-8d4a-f8203a5f6a69
5DN1L: don't spam
KRALLEE: ok
Almin5k: we need a good harmony in the chat :pray:
KRALLEE: ja
Bjorm: Yeah, just peace, love and hapπness
C26_1: https://www.codingame.com/contribute/view/7686bf48766109a9439251e59ec5010f57e3
C26_1: This is the link for my contribution
KRALLEE: don't spam
C26_1: @KRALLEE, wdym by spam?
KRALLEE: my eyes cant focus on the task
KRALLEE: ok
C26_1: sorry if i do something terrible for ya
Almin5k: hello guys remember good vibes only
KRALLEE: STFU U GOBLIN LOOKING ASSS U BAD AT APEX LEGENDS ONLY BRONZE LOLOLOLOLOOLLOLO WTF MAN WHERE THEM TEETH BOY MOTHERFUCKING TEETH ARE SOCIAL DISTANCING BAHAHAHAH ANGRYBIRD LOOKING ASS TOMATO HEAD ASS SKELETON FROM MINECRAFT HEAD ASS MIDGET ONLY 4'2 BAHAHAH BYE REMEMBER STRENGTH AND BE KIND :pray::muscle::v_tone4:
5DN1L: Now you're really spamming
5DN1L: in the presence of so many mods
GER-NaN: ;
Noshiro: Heyo
Noshiro: I'm trying to find out how to do coding :P
GamingGnawer: find a cat and try to get it to walk on the keybiard! Then hit compile until it works!
Noshiro: Makes sense I'll do that!
Kokoz: hehehe.. tried it, doesnt work
Noshiro: Oof
Kokoz: Im learning how to code too.. Been doing this for half an year now
Kokoz: what language you choose?
**Uljahn walks on the keyboard, it's super effective!
eulerscheZahl: at how many keys per minute can you walk?
Kokoz: I guess all of them at once :D
eulerscheZahl: what language have you been using for the half year that you've tried already?
Kokoz: python.. I was told it is easy and noob friendly
eulerscheZahl: and do you already feel comfortable with it?
Kokoz: kind of.. still trying to figure "self" in OOP but Im getting closer
eulerscheZahl: sounds like some more time with python wouldn't harm then. any plans on what to code? e.g. you could look into web development with django or flask (both are python frameworks)
Uljahn: also consider learning numpy, the best python tool to deal with arrays
Kokoz: yea, basically I want to get familiar with programming itself.. Mostly with OOP. But I try to get into flask, kivy and pygame. And recently I found out about ursina. So yea.. All of that XD
eulerscheZahl: ursina? sounds like a small bear
Kokoz: Ive trained with numpy a couple of times. I know its power
Kokoz: Ursina is a 3d engine. Like pygame but 3d
Kokoz: what language/s are you using?
Uljahn: hover over avatars to trigger the pop-up
Uljahn: i guess to grasp "self" in python you should understand mutability and object referencing, also you can start from dataclasses, which are very close to named tuples
Kokoz: I kinda get the idea if "self" but I need more practice to get used to it..
KalamariKing: question, does it *have* to be "self" or can you use "this" as the first argument
Kokoz: You can name it however you want
Uljahn: it have to be self to be less confusing to people who will read your code
5DN1L: so theoretically no, practically yes
Kokoz: it is socially accepted (if I can call it like that) to be "self", but it is just a vairable..
Westicles: self isn't a keyword? it turns blue in my dawg solution
Uljahn: there are plenty of informal naming conventions in python which are not part of PEP8
Westicles: huh, you are right. replace-all with this still works
Uljahn: also according to PEP8 "Always use self for the first argument to instance methods."
Uljahn: i think the Zen of python and PEP8 are things you should learn first to form right mindset and good habits
Flowerbear: i wish haxe support was available for this
KennelCodeurPython: hey i'm kennel from ivory coast
derjack: haxe?
eulerscheZahl: the favorite language of ZarthaxX
ismail9999: can everyone share his code ?
eulerscheZahl: in what context? puzzles? optim? clash? mulitplayer? golf?
karlo.ks: hello boys its time to play some clashessssss
eulerscheZahl: since when is Back to the Code "Time Travelers"?
Kr3sZ: eulerscheZahl, what is golf?
eulerscheZahl: https://www.codingame.com/multiplayer/codegolf
eulerscheZahl: solve with as few characters as possible
Kr3sZ: oh
Astrobytes: Golf is a club-and-ball sport in which players use various clubs to hit balls into a series of holes on a course in as few strokes as possible
Astrobytes: :P
Kr3sZ: :D
eulerscheZahl: the Trump sport
darkhorse64: as few keystrokes ?
Kr3sZ: well yes, but actually now
Kr3sZ: what
Kr3sZ: *no
eulerscheZahl: no darkhorse64, you can use the backspace without penalty
Astrobytes: :D
eulerscheZahl: how am i supposed the puzzle of the week? :(
eulerscheZahl: now I'll never get that achievement
Westicles: Obama played 333 rounds of golf during his presidency, or 1665 hours out of his 55,000 hours as president
Astrobytes: Oh it's a single league that game
eulerscheZahl: am I doing the math wrong? Obama was president for 8 years
eulerscheZahl: 365.25*24*8 70128
struct: he is not a president while he is sleeping
eulerscheZahl: oh
Westicles: yes, wontonimo is in charge while he sleeps
eulerscheZahl: so wontonimo has to work harder under the reign of Sleepy Joe?
Westicles: Ha, is that what they call him? I stopped paying attention to politics after Reagan
Westicles: meanwhile, scrabble is still scrabble. they are actually known to sue over this stuff
eulerscheZahl: it was on the list of names they consider critical and want to change
**eulerscheZahl suggested scribble
jacek: no onitama?
eulerscheZahl: only official contributions so far, no community ones
Astrobytes: *words without friends
eulerscheZahl: that's what you suggested back then
jacek: the future is here https://phasetoday.com/pacm-is-it-now-possible-to-detect-ld-with-a-single-sensor/
Astrobytes: IOndeed
Astrobytes: *indeed
jacek: IOndeed sounds like some i/o puzzle
eulerscheZahl: about ions
Westicles: words without friends, by hasnobros
Astrobytes: IonDeed: Work The Charges
Totchino: :triumph:
Astrobytes: lol Westicles, perfect
jacek: so, who completed the potw this week?
eulerscheZahl: the animation when you move out at the top looks buggy. while it works fine on the side edges
jacek: approvers eh
jacek: is graphics from crystal rush?
bjdean: yes
jacek: oO
Emanuele.Fasano: How can I get the "puzzle of the week" medal, if current week puzzle is bot programming?:joy:
jacek: just advance the league, ezpz
Emanuele.Fasano: There's only wood league
jacek: :shrug_tone1:
eulerscheZahl: usually beating the first boss does the trick. but as there is none this time, good question
eulerscheZahl: file a bug report? :D
Emanuele.Fasano: lol:joy:
jacek: welp, yinsh was potw and thibaud said he forgot it has only 1 league
eulerscheZahl: dice duel was potw and users complained about the game frying their GPU :D
jacek: ahh the secret mining
Emanuele.Fasano: Next week, easy challenge so I can take the medal? :D
Emanuele.Fasano: [and for the secret miner, oops, u noticed?]
struct: well it did break my gpu :(
nolcoder: hi
nolcoder: struct wanna do clash of code
struct: no
nolcoder: oh :(
eulerscheZahl: reminds me of a private message I received once. user: do you want to play an escape with me? me: no user: thanks for nothing
KalamariKing: lmfao
KalamariKing: shoulda said yes euler
eulerscheZahl: saying "yes" is how i got to give lots of math lessons back in school
eulerscheZahl: i mostly had friends close to an exam :(
BlaiseVonEbuthIV: Don't help people, kill them. You'll only have to do it once.
KalamariKing: euler felt
5DN1L: starz-] Do you know how to solve the coding puzzles here?
Wontonimo: all of them
Wontonimo: would you like a suggestion on some easy ones to get started?
eulerscheZahl: this robot can kick spammers
Wontonimo: no
Wontonimo: if you have't tried "The Descent" , it is a good one to start with https://www.codingame.com/training/easy/the-descent
KalamariKing: ^
Wontonimo: then "Temperatures" https://www.codingame.com/training/easy/temperatures
Wontonimo: if those too are way too easy, let me know
Wontonimo: and i'll suggest something harder
Wontonimo: nope i guess
jacek: Oo
5DN1L: It's more likely that someone's willing to learn if he/she takes the initiative to ask questions
5DN1L: Just like the one who opened a new topic on the forum just now
jacek: no one reads the forum
Wontonimo: what forums?
BlaiseVonEbuthIV: There's a forum?! oO
5DN1L: https://forum.codingame.com/t/simple-bot-challenge/193605
Wontonimo: wow, i didn't know anyone used those
5DN1L: It's not very active, but there are still new posts every day
jacek: lets suggest him :notebook: :soccer:
BlaiseVonEbuthIV: I don't trust you. There's no forum. No webchat either. Only Discord.
Wontonimo: i replied
Wontonimo: i forget about the forums
BlaiseVonEbuthIV: Oh... You were not trolling...
Wontonimo: there isn't anything in the landing page to promote their use or bring stuff to your attention that may be related to what you do
Wontonimo: like a news feed that uses some kind of search that is based on your historical interests...
Wontonimo: nope, noone would ever go for that
BlaiseVonEbuthIV: Wowowo! This is not a priority. Here, take a clash of code certification instead.
5DN1L: Add forum to the quest map :upside_down:
BlaiseVonEbuthIV: "Like a post" ->"Reply to a topic"->"get five likes on one of your post"
Wontonimo: make an opti competition to filter forum updates based on historical interest using bag-of-words
jacek: nyoro~n
Scarfield: oO tilde looks like tilde
jacek: oh my
Wontonimo: I really liked the quest map when I started. It gave me ideas of what to do on the site
Wontonimo: 5DN1L you idea is solid imo. Getting people to navigate to it and see it would be a great way of introducing it
5DN1L: Although forum isn't part of the quest map, it's featured in the achievements
5DN1L: "Get 3/5/10/50/100 likes or more on your total forum posts"
5DN1L: Maybe the quest map is more eyecatching and easier to follow than the achievements
Scarfield: i think it is, i hardly ever use the forum, and didnt know about the achivements untill a post i made got a few likes
Scarfield: simple puzzle, who is this: https://snipboard.io/qGROu3.jpg ?
Astrobytes: won-toni(c)-mo(e)
jacek: puzzlefield
jacek: :O
jacek: is this escape puzzle
Scarfield: yay
Scarfield: Rebusbytes
Wontonimo: yeah won_tonic_moe , I like it
Astrobytes: Scarfield: :rofl: Rebus eh!
Scarfield: i have been seeing that as your name the past few days, had to get it out of my system :p
Astrobytes: Scaramouche!
Scarfield: amuse?
jacek: galileo
BlaiseVonEbuthIV: let me go!
Scarfield: a muse?
vaeng: copy pasting ready to use code and solving a seven minute clash in 22 seconds is boring for everyone, isn't it
vaeng: pretty impressed to find the right code snippet in 22 seconds though
BlaiseVonEbuthIV: Clashs of code is boring anyway
Scarfield: there are bots in coc, if too few players bots will join, i thought they would be slower though
jacek: Automaton2000 isn't slow
Automaton2000: that happens when you try to write a game for gba ?
Astrobytes: Scaramouche was a kinda clown-type character iirc
**BlaiseVonEbuthIV sigh thinking to his poor clash bot...
Scarfield: oh, thought it was some pun i missed
jacek: punfield
BlaiseVonEbuthIV: Scarmiss
Astrobytes: Willyoudothefandangofield
Scarfield: lol
Scarfield: any other movie recommendations btw?
Scarfield: "den skyldige" was a great one
Astrobytes: Hmm. Not watched a lot recently. I can't quite match that one for intensity, it was unreal
jacek: my little pony, the movie
Astrobytes: Passing is quite excellent.
Scarfield: passing is on netflix, justwatch.com is gold
Astrobytes: Not sure I watched anything new other than that.
Scarfield: doesnt have to be new, just cant decide what to watch tonight
vaeng: Dark City?
vaeng: 13th Floor?
Astrobytes: I've just been revisiting old stuff like 2001, some Star Trek movies, Alien etc
Wontonimo: the wire
Scarfield: havent seen dark city, but imdb says "others like this": equilibrium, k-pax, gattaca. looks nice :)
Astrobytes: ooooh I recently watched Gattaca again, love that
Astrobytes: I think I know Dark City but I don't recall the details
Scarfield: yea gattaca is great
jacek: snatch
Scarfield: seriously watched snatch yesterday
jacek: oO
Wontonimo: lock stock and 2 smoking barrels
Scarfield: thats a nice one as well, guy ritchyie had some nice movies
Astrobytes: Sexy Beast is a good one if you like that kinda stuff
Astrobytes: lock stock lol, chill Winston
Scarfield: you liked sexy beast?
Astrobytes: Yeah great movie
Astrobytes: Try The Long Good Friday too, bit older but excellent
Scarfield: saw it the other day, and thought it was nice untill the last 20 minutes, im not sure why, but the end just ruined it for me
Astrobytes: There's Layer Cake, I wasn't keen on that
vaeng: Dark City is a movie that I think about pretty often
Scarfield: yea layer cake was ok, matthew vaughn was one of my go to directors before he was outed as a "not great guy"
vaeng: The last-thursdayism concept is mind bbending
Scarfield: yea great suggestion, definately gonna watch that, its just not available on netflix or hbo :(
vaeng: you could watch something strange like that belgium mockumentary about these killers for hire
jacek: try torrents. yaar
Astrobytes: ^
Scarfield: meh
Astrobytes: trybeforebuy
Astrobytes: lol
vaeng: streaming works better, where torrenting is followed by heavy fines
Astrobytes: Also, Trainspotting 1 & 2, Shallow Grave
Scarfield: trainspotting, havent seen that in 10 years or something. there is a sequal? :o
Astrobytes: Yeah T2 it's referred to as (not to be confused with Judgement Day ofc)
Astrobytes: and it's awesome
Astrobytes: Shallow Grave is excellent also (Danny Boyle, Ewan McGregor, Ken Stott, Christopher Eccleston...)
Scarfield: its from 2017, had no idea, NICE
Scarfield: Terminator 2 wouldnt be a bad choice anyway, think i have it somewhere
Astrobytes: yeah, quality action movie
Scarfield: for sure, and im an schwarzenegger fanboy xD
Astrobytes: Predator was great, and honourable mention to Commando
Scarfield: i have commando on blueray xD
Astrobytes: Fanboy eh: "I am the party pooper" name that movie
Astrobytes: no googling
Scarfield: tiwns?
Astrobytes: nope
Scarfield: no idea
Scarfield: didnt watch twins
Astrobytes: close-ish though
Astrobytes: Kindergarten Cop
Scarfield: i can hear him say it though
Astrobytes: Crap film but some amusing moments like that, and yeah of course :D
Scarfield: arm tha pahti poopa
Astrobytes: (said whilst pointing a gun at someone ofc)
Astrobytes: hahahaha 100% that
Scarfield: thanks for the suggestions folks, im off for today :)
Astrobytes: catch ya later man, take care :)
Wontonimo: take care
Wontonimo: i'm off for a bit also. maybe i'll be back later tonight
Wontonimo: I may evolve by then
jacek: neuroevolution eh
Westicles: punctuated equilibrium
Westicles: aka "I didn't find any of the fossils my theory needs"
struct: cnn just joined portugal, how good is it?
jacek: convolutional nn?
struct: yes jacek
Westicles: 24 hour vaccine news
struct: rip
YCSVenom: how to detect if a coc player is bot or not?
YCSVenom: isBot(player)
C26_1: If they're doing nothing
struct: most bots say on profile that they are a bot
YCSVenom: how do i know if they are doing anything
C26_1: On CoC puzzles @YCSVenom
C26_1: If they are not doing anything like pending their anwser then that's likely a bot
Spaghetti_Code: Coc Problem Suggestion: Make GTA VI (Shortest Mode)
Medoo: haha
Thorcode: what is gta vl
Thorcode: Grand Theft Auto?
Medoo: i'm pretty sure that GTA is shorter in terms of bytes
BouncyShoe_fc2e: I have a codinggame test in a couple of days. I want to see the format of questions. Are there any tests that I can take which can prepare me please?
Westicles: ask again during europe daytime
Thorcode: bruh why don't you try it once and 30 days try again
Westicles: he means a real interview one
Aiwa: question for python users. what timer library do you use to time the runtime? The ones I'm using are not matching what the game uses
Thorcode: timeit
Westicles: time
Westicles: import time start = time.time() def elapsedTime():return int(1000 * (time.time() - start))
Thorcode: http://chat.codingame.com/pastebin/3f56c8d1-8eed-4b71-ac1a-f142e0e828c5
Aiwa: hmm time doesn't seem to work. it'll measure 56ms+ and pass the 50ms test but will fail at some random 65ms+
Aiwa: I can try timeit
Thorcode: http://chat.codingame.com/pastebin/0036964b-bcef-436b-ae74-9751728b15ae
Aiwa: Yea it looks like timeit is what I was looking for. Thanks!
Thorcode: welcom
Thorcode: ?
Thorcode: hi Shaybra
Thorcode: ?
Thorcode: why you call me
Thorcode: hey
Thorcode: Shaybra is a copy guy
Thorcode: hey
Braincell: hey
Thorcode: lot's of level 3 in here
Braincell: what level are you?
Thorcode: 15
Braincell: lol, shaybra and I just started
Thorcode: yep
Braincell: were both software engineering students
Thorcode: finish 3 level
Thorcode: wow
Braincell: F
Shaybra: I am C, we're superior
AshuCoder: https://www.codingame.com/clashofcode/clash/208430425d6a6b7e696fb3d53ae70a8a498c8dc