Firstname Lastname
@FlaminHotValdez
14 y/o competitive programmer who loves to read, mostly uses C++.
0
worst websiteThis is the worst website.
It is literally a blank page.
You can't get much worse than a blank page, can you?
10
1
0
0
How do I change back to the old IDE?
Yeah, exactly what the title says. The new IDE is garbage. Colors are weird, doesn't show errors, auto-indent on newlines is weird, everything is weird/downright buggy.
Also, second question: What happened to ask board? It's just grouped into share? We can't ask questions anymore? Before you say "tags," there are a grand total of 6 questions (not including my own) with the ask tag. It just doesn't work.
EDIT: This is literally the FOURTH POST I'm making on this SAME DUMMY REPL because I have a question NOT RELATED to any of my repls specifically. Can we please get the ability to ask a FREAKING QUESTION WITHOUT ATTACHING A REPL?
Actually why am I yelling, nobody's going to see this anyways, because the ASK BOARD GOT REMOVED!
Every single post on the canny asking to revert back to old IDE or have the option to change to old IDE has been responded to by a copy-pasted answer. :/VulcanWM @FlaminHotValdez dude i completely agree with you. i havent even used community since they removed the boards :/10 months ago
19
24
0
0
How do I ask?
Yes, this is the third post I am making on this dummy repl because my question is not related to any code itself.
How do you attach an image to a comment now? There used to be an "attach file" button, there isn't anymore. Supposedly md allows you to insert a link for an image, but the image I want to put on the post is saved locally, not online.Highwayman @FlaminHotValdez
You're on a chromebook, right? someone said that earlier...
anyways, just go to the image, right click (ya know, two fingers. whatever it's called.) on the image, select "copy", go back to the post you're making and do ctr-v, or right click + paste. works for me. (I too am currently on a chromebook.)1 year ago
Highwayman @FlaminHotValdez oh oof. welp. sorry bout that😅
honestly, I'd just set up a file share or something and then link there for the image.
stuff like:
```
[image](https://imgur.com/4eR2)
```
instead of the normal uploads...?1 year ago
19
24
0
0
Weird characters appear on either side when I copy paste
Whenever I copy paste something into the terminal, I always get these weird characters on either side. Screenshot attached.Highwayman @FlaminHotValdez I'm pretty sure that's an ansi escape code that signified that something is pasted or foreign or something like that I forget. but if you just look up ansi escape codes and go to the wikipedia page I'm pretty sure it explains it. 1 year ago
FlaminHotValdez @Highwayman Yeah, I was just confused because it didn't do it before. Now my program is confused because it reads the escape code as part of the input.1 year ago
Highwayman @FlaminHotValdez oof. you can probably make a filter function to remove escape codes pretty easily tho hopefully...? 1 year ago
19
24
0
0
Can we NOT attach a repl to a post?
Seems like every single post has to share a repl along with it too. Is there any way to bypass this? What if I just want to ask a question/post a tutorial and I don't want to put a repl? (Case in point: THIS QUESTION. I had to make a dummy repl...). I get that we're trying to use spotlight pages for repls instead of posts, and I fully support that, but a) spotlight pages still don't have report and b) how do you use spotlight pages for tutorials or questions???NFadhlurrahman @FlaminHotValdez You can not attach repl to post in the old version of Talk. The new version does not allow this. :(1 year ago
19
24
0
1
Weekly 3My submission for weekly 3. This is also probably gonna be my cover image for the rest of existence because I don't have a better one :')
58
6
1
MattDESTROYER Hmmm...
```
Hello everyone! Today we are doing WEEKLY 3, with the Pirates problem, where five pirates try to split 100 gold coins among them.
Pirate A keeps 1593388434
```
When I ran it again it got `850585506`...
A third (and onwards) time produces 98...
Every time I reload the tab it starts of by outputting a very large number, then after a couple of runs producing `98`. I think this may need some work...
I've read literally all the Percy Jackson books from every series lol2 years ago
10
Weekly 2my really bad weekly 2 submission that's like 500+ chars and doesn't even do part 2 oh well here comes my amazing 0 points. Oh and ignore the cover picture, just me with my rick riordan obsession and not having a better cover pic.
28
2
10
DynamicSquid SCORED
I was literally just about to sleep lol. Btw, I think `using namespace std;` is a net positive character count. Because you only use `cout` and `cin`, so:
```
using namespace std;
std::std::
```
If you just wrote `std::`, that would have reduce your count.
Other than that, nice work!2 years ago
0
Weekly 1WEEKLY 1
33
1
0
I wanted to edit my profile today so I checked my profile and...holy shoot what happened? I mean I'm probably late a few weeks but...when did this hap
OldWizard209 There is nothing you can do about what replit updates. As you can see the tooltip when you hover on the BETA button:
image
This is a change made by replit, you can't undo it.
If you are really desperate to have an older version of replit, then you can probably use it on web archive a website shows all the previous versions of websites. Here is a link for ya:
https://web.archive.org/web/20210518055826/https://replit.com/
hax
;)
2 years ago
InvisibleOne I don't think there's and option to go back to the old one, if you have explorer turned on you can try and turn that off, but yeah, I agree with you this new profile isn't close to as good as the old one.2 years ago
Like seriously, I don't get it. One day I had something like 440 cycles, now I have 600+. What's going on? Is this a bug?
InvisibleOne Somebody probably mass upvoted you for some reason, that happened to me after I did that bomb-defusing game, it only got like four hundred upvotes but I went up by nearly one thousand.2 years ago
Do you guys prefer repl.it or replit.com?
repl.it shall rule
kwe i prefer repl.it but its a hard domain to keep which is the main-ish reason for the switch2 years ago
This is a sequel to my post "An actual good calculator." This one has a better prompt, actually ignores spaces, has more possible operations, and a lo
C++
This is a sequel to my post "An actual good calculator." This one has a better prompt, actually ignores spaces, has more possible operations, and a lo
C++
Look I get it.
It's Pi day.
March 14.
BUT WHY MUST THERE BE SO MANY PI DAY POSTS?! I'm not criticizing anybody for this, nor am I trying to target any
So...A long time ago I did the classic knapsack problem.
The knapsack problem goes like this: You have a backpack or a knapsack that can only hold a c
Coder100 that sometimes isn't possible
like:
each item has weight 3 and the backpack can hold 52 weight2 years ago
I had just finished coding my solution to the N Queens problem and I was curious how others had done it, so I turned to my trusty friend Repl.it and s
C++
programmeruser #include
using namespace std;
smh
bool issafe(int row,int col, int need){
Should be in snake case: is_safe
i >= 0 and j >= 0
Why and?2 years ago
THE MOST DIFFICULT BEATBLE TIC TAC TOE AI
I made what I am 99.9% sure to be the most difficult, but reliably beatable Tic tac toe AI. I challenge you
Python