Chat:World/2021-12-03
Sketeer232: I cant write "HELLO_WORLD" for some reason (C# btw)
C26_1: C, C+, C# are not suck somehow
Ajaiy: What code did you write to print "Hello world"?
Ajaiy: Generally it is Console.WriteLine("HELLO_WORLD");
C26_1: Debated problem: Does OOP sucks?
Thorcode: haha
mr.mister: pls help
mr.mister: this is the task
mr.mister: There is a tired runner Jack. In the ith second, he can only run (actually walk) 1/i meter. Now you are given the track length k. You need to calculate how many seconds (rounded up) will it take him to finish the track.
mr.mister: but input is only one int
mr.mister: is "i" an constant I do not know about?
Thorcode: bruh
C26_1: a looped variable specificlly
Thorcode: this is super ez
Thorcode: I think
mr.mister: don't want code
mr.mister: want to understand how do I get i?
Ajaiy: 1) Declare a variable s=1. 2) Keep subtracting 1/s from k while it is greater than 0. Add 1 to s after each iteration. 3)Print s - 1
Thorcode: what lang
mr.mister: Ajaiy can you explain why did you declare s as 1, what's the logic behind it?
Thorcode: it could be s=0
C26_1: 1) Declare a variable s=0 2) Take k - 1/i 3) i increased by 1
Thorcode: to delete the s-1
C26_1: http://chat.codingame.com/pastebin/08666a12-c17a-41c6-a701-77a2431f9c4f
C26_1: http://chat.codingame.com/pastebin/beb1b8ce-0815-40dd-87ce-5e3e652c3e48
C26_1: I make a chat and never paste anything
C26_1: and yet it give me a link
Thorcode: ok
C26_1: I can stream in this web
C26_1: There's no button for streaming directly
C26_1: I'll find another feature
Thorcode: use twitch to stream
Thorcode: ok
Thorcode: add me
Thorcode: or give me your dis bro
Thorcode: ?
Thorcode: wher is the #
Ajaiy: @Thorcode: The s-1 has to be included regardless of the starting value of s
Thorcode: yeah I know that
Thorcode: I just realize it
Thorcode: or It could be this
Thorcode: http://chat.codingame.com/pastebin/11eb94e9-243b-4f6e-aab6-c7ef9dfefc81
Uljahn: s=0 and 1/s should give and error
Thorcode: +1
Thorcode: 1/s+1
ZXC01: hi
ZXC01: good
ZXC01: normal i mean
meh_79: hey how to do the reverse mode challenge. I am a beginner. Need some help:(
ZXC01: find out the pattern
meh_79: then
ZXC01: write the code
ZXC01: to do the pattern
ZXC01: they give you the input, you give ack the output
ZXC01: back*
meh_79: what should I use array or string
ZXC01: string
ZXC01: gl
meh_79: thanks
meh_79: I will try it out again
ZXC01: clash of code?
meh_79: yeah
ZXC01: you won get the same quetion
ZXC01: wont*
meh_79: hmm . once i got a pattern to sum up the numbers. I tried but .......
meh_79: failed........
ZXC01: you need to see all the patterns if they all fits
ZXC01: if they do you will need to check your own code
meh_79: oka
ZXC01: ?
C26_1: Why discord is so empty
C26_1: I have ask a question in there
ZXC01: cuz i dont useit
ZXC01: what q
C26_1: https://docs.google.com/document/d/11r-ReEe1p472n0Q20lD5oISKG68fYP5O/edit?usp=sharing&ouid=108923906110942720342&rtpof=true&sd=true
C26_1: That's my link to the document
C26_1: Nowadays people in Discord want download a file
ZXC01: and?
C26_1: Instead they want a link
C26_1: This is the hardest puzzle that I can ask
C26_1: Because really no one can solve it
C26_1: I've tried to publish it but I can't
ZXC01: and?
C26_1: You'll need to learn about crytography and encrytion/decryption to fully understand it
ZXC01: so?
ZXC01: no
ZXC01: thaks
C26_1: You are master of crytography
ZXC01: thanks
Phantomghoul: wassup fuck niggas
Phantomghoul: im coding so i need y'all to stay quiet
ZXC01: mods will kick you
ZXC01: theres 5 online now
DialFrost: lmao
Thorcode: bruh
jacek: good morning
3141948: Good morning
ZXC01: it afternoon here
3141948: Good afternoon 😉
ZXC01: lol
ZXC01: good24hrs
ZXC01: eazy
Thorcode: https://escape.codingame.com/game-session/wWT-8mZ-Vwy-kGN/waiting-room
Thorcode: shall we play escape?
Thorcode: can someone tell me where is sherlock?
KeeN: on Baker Street
Thorcode: nah
Thorcode: I mean in coding escape
Uljahn: Automaton2000: where is sherlock?
Automaton2000: how can i know the answer
philRG: :-D
davilla: Is there a bug with Test In IDE or do I just need to clear cache?
radioctiv: am i allowed to get help in the spring challange 2020 cuz im stuck
Uljahn: radioctiv: https://www.codingame.com/forum/t/spring-challenge-2020-feedback-strategy
C26_1: I have setup Twitch Sutdio
C26_1: Does anyone have any tips when live on Twitch?
BlaiseEbuth: Declare your incomes before the next leak.
C26_1: My channel has maximum Automod level
Thorcode: Automanton2000 do you know where is sherlock holmes
Thorcode: Automaton2000 where are you
Automaton2000: not even sure what i should use it
devmaxime: in the 2048 scores puzzle, the example give a starting position with an 2 and a 4. Why there is a 4 ? the game 2048 always start with two 2. Is it specific to the puzzle or I didn't understood something ?
Uljahn: "the game 2048 always start with two 2" - you are wrong here
Uljahn: it's just the probability of 4 is much lower
Thorcode: in that puzzle some guy are super pro
surgutti: hi, does CGFunge Prime problem have Carmichael numbers in test cases?
derjack: devmaxime Uljahn still for this particular puzzle, the probability of 4 is 50%, rather than usual 10%
InCog: hello
Mortis_666: hi
Jerrasterix: hello
jacek: happy Caturday's eve
InCog: https://www.codingame.com/ide/puzzle/a-childs-play
InCog: how do you do this
InCog: without loops
InCog: I swear I dont see a way to do it without loops but that could just me being dumb and inexperienced
BlaiseEbuth: Why don't you want to use loops?
InCog: as in you can
InCog: but it times out
InCog: at least on my end
InCog: during the loop detection cases
5DN1L: You detect a loop then stops there and calculates from there.
InCog: oh
InCog: aight so you just do until you get your first circle
5DN1L: cycle, yes
InCog: Aight thanks
Korythekory: x.extend(a) x.extend(b)
x.extend([a, b])
Korythekory: are they different?
InCog: I dont think they are
InCog: wait actually
InCog: they can be I guess
InCog: if a is a string
InCog: then the string is treated sort off like an array
InCog: then each individual character is appended as opposed to the whole list
InCog: string*
Korythekory: okay you meant if a is 'good', it is appended like 'g' 'o' 'o' 'd'?
InCog: yeah
InCog: I think so
InCog: havent done python in too long but thats how it works I think
jacek: yes
InCog: can I ask is there a way to assign a value to a variable and make it immutable within a loop in javascript
InCog: like within a for loop can you assign a variable an array value and make that array value immutable outside of the loop
InCog: Nevermind I am stupid I forgot const exists
jacek: :duck:
jacek: Oo
eulerscheZahl: ban?
eulerscheZahl: i think yes
Uljahn: he changed his nick and left i guess
eulerscheZahl: i hate it when they do this
Uljahn: that's some effort right here
surgutti: how do you call people from Republic of the Niger in usa/gb
eulerscheZahl: Nigerian?
jacek: nigeria and germany football is always fun to watch
surgutti: ok
eulerscheZahl: wait, Nigerians are from Nigeria, not from Niger
eulerscheZahl: they should get more creative about country names
surgutti: exactly
Wontonimo: yeah, they should really copy Americans who name themselves after the continent, and then promptly say that everyone else on the continent isn't American
eulerscheZahl: from which continent are you Canadian Wontonimo?
jacek: https://www.quora.com/Is-it-true-that-if-you-die-in-Canada-you-die-in-real-life
Wontonimo: North America
BlaiseEbuth: Well... Americans think Africa is a country anyway... :smirk:
Wontonimo: oh, sorry, in the continent of The Great White North
Schwase: wait its not a country?
BlaiseEbuth: See?
Schwase: lol
jacek: is australia country or continent
Schwase: both
Schwase: but the country and continent are not the same geographically
BlaiseEbuth: Yup. People from Australia are called the Kangaroos.
eulerscheZahl: https://simpsonswiki.com/wiki/Parliament-haus_der_Austria
jacek: i dont trust australian, they toilets flush the other way round
BlaiseEbuth: True.
BlaiseEbuth: Furthermore everything try to kill you overthere.
xangeliczx: haha
JustSomeGuy69: nibba dont talk
xangeliczx: ??
eulerscheZahl: whenever i want to ban, the user is already gone :( i give up, good night
Wontonimo: good night eulerscheZahl
xangeliczx: nighttt
Westicles: Heh heh. I guess if I didn't live in the country that invents everything, is by far the largest source of creativity in all fields, and quietly and efficiently keeps the world peaceful and safe, I would be jealous as well.
BlaiseEbuth: :rofl:
Uljahn: Automaton2000: a shining city upon a hill, in my mind it was real
Automaton2000: but you need to be a way to get into it
Westicles: To be fair, Russia is also pretty awesome as countries go
BartholomewIII: For reverse mode in CoC, are you guaranteed to see the first four tests?
BartholomewIII: And do you ever see the latter ones?
Westicles: you see all
BartholomewIII: ALL test cases, okay thanks
jacek: oO https://i1.kwejk.pl/k/obrazki/2021/12/GEAgpZx4ngTprpyu.jpg
Wontonimo: you don't get to see the validation cases tthough
Westicles: that reminds me, I haven't made any clashes lately...
jacek: Automaton2000 do you clash
Automaton2000: "how do i do that too
Wontonimo: why did automatonimo2000 start the sentence with a quote?
xangeliczx: lol
xangeliczx: maybe he did on accident
jacek: maybe Automaton2000 will end it with quote
Automaton2000: there isn't a lot of those
Wontonimo: it knows the frequency of its own words and symbols !
Wontonimo: it is self aware !
BlaiseEbuth: *he. Rude
Wontonimo: i hope Automaton2020 doesn't have gender. Automaton2020, do you have a gender identity?
Wontonimo: I think I made it self conscious
jacek: nyoro~n
Westicles: Invoking the chatbot... he's secretly French!
Westicles: oh wait, isn't 2020 the chat logger?
BlaiseEbuth: All the chatbots are frecnh.
BlaiseEbuth: *french
BlaiseEbuth: Even the logger. :imp:
BlaiseEbuth: Baguette Automaton2000!
Automaton2000: it doesn't show up in the list of available moves
Ace1234: Bro How do i put to console.logs
Ace1234: I forgot
Ace1234: Please someone tell me
Ace1234: ;-;
Wontonimo: use the reload button in the upper right and side to get the default code. in the default cod e it shows you
Wontonimo: make sure you save your code before you do that
Ace1234: Thank you Wontonimo
ZXC01: hi
Wontonimo: hi ZXC01, how goes things?
ZXC01: normal
ZXC01: is automation 2000 a bot?
Wontonimo: i hope for your sake that is a good thing
ZXC01: thanks
Wontonimo: yes, automation is a bot
ZXC01: wow he doesnt dpeak like one
Wontonimo: hey Automaton2020, are you a real boy ?
ZXC01: hmm its 2000
Wontonimo: hey Automaton2000 ... are you aa real boy?
Automaton2000: you have an example of how to do a random search
ZXC01: lol
ZXC01: hmm is that why he dont have a profile?
Wontonimo: i just made a new puzzle ZXC01. Wanna see it?
ZXC01: ok
Wontonimo: it's called Sticky Keyboard https://www.codingame.com/contribute/view/773465d26dc471f793096a83dffac0b7406a
Wontonimo: inspired by having gunk clogging up my keyboard
ZXC01: hmm gramarly might hire you
Wontonimo: lol
Wontonimo: it works on alien languages also :D
ZXC01: lol
ZXC01: alien use alphebet!
ZXC01: uf ime mxx hqdk iqxx fa emk
Wontonimo: yeah, the aliens have to use ascii
ZXC01: lol
ZXC01: hm line race doesnt have codinpoints?
Wontonimo: it should. why do you think it doesn't
ZXC01: cauze i reach silver in it yesterday but my rank didn't improve at all
Wontonimo: like, your cp for it?
ZXC01: wait i refreshed it somany timme and my rank finally changed
Wontonimo: it is showing 982 CP for it
lnjohn: Hello world !! I'm from Cameroon
ZXC01: hi
lnjohn: What are we talking about here plse !
ZXC01: psle?
lnjohn: i mean **please**, sorry
ZXC01: oh ask for anything you dont understand and and help anyone if you like
ZXC01: just dont share everything
Thorcode: ? don't share everything
Thorcode: you serious
ZXC01: ?
ZXC01: ...
ZXC01: not anything right?
Thorcode: if I share my fake code it is ok
ZXC01: lol
Thorcode: like this is the best code that can solve every puzzle: print("Hello World")
lnjohn: lolll !
lnjohn: Alright. Thanks @ZXC01
Aaronnotsharon: does anyone use c++ on clash?
ZXC01: lot
Aaronnotsharon: Is there a way to see code that others have used in clash, besides the people youre going against?
Wontonimo: google
ZXC01: no unless they share it
ZXC01: hi could anyone help me with great escape?
ZXC01: i dont know why my code doesnt work
ZXC01: someone hellllp
ZXC01: http://chat.codingame.com/pastebin/899e298b-f2ae-4138-b0c8-52915c65f404
Thorcode: nice whatever you are looking
Thorcode: for is not here
ZXC01: lol
ZXC01: thenwhere?
ZXC01: http://chat.codingame.com/pastebin/04c6bd07-e76f-4728-b3b0-8df708eb998d
ZXC01: moderators, pls help
Thorcode: 404 Not Found Whatever you were looking for is not here. Where did you put it?
Thorcode: hey this code seem nice
ZXC01: you found it?
ZXC01: oh need to try a few times
Wontonimo: hey, i'm back
ZXC01: could you help me with it?
Wontonimo: have you narrowed anything down?
Wontonimo: like, do you have some of it working
ZXC01: it just move towards the next part without dodging walls
ZXC01: http://chat.codingame.com/pastebin/eaea09a1-d220-43f3-b37c-0b6590e43aa0
Wontonimo: don't paste full code
Wontonimo: so, try and narrow down the problem
Wontonimo: hello MinhTien123
Thorcode: nah if zxc01 paste all the code is a big mess noob can't copy it
Thorcode: hi MinhTien123
Thorcode: Wonton how can I use map instead of [int(j) for j in input().split()]
Thorcode: ah I know how to do taht
Medoo: its [*map(int,input().split()]
Medoo: returns a list of integers
Thorcode: yep
Thorcode: I know that
Mortis_666: hi
ZXC01: hi you play bs?
Mortis_666: yes
ZXC01: o
Mortis_666: you play too?
ZXC01: ye last time
Mortis_666: just realise ur icon is a wizard barley
ZXC01: ...
ZXC01: random pic
ZXC01: i use golden barley not wizard
ZXC01: in game i mean
Thorcode: https://escape.codingame.com/game-session/5Vl-7Al-Zp5-Ec7
Thorcode: how to use dic?