Do you remember the time when you solved your first problem? Do you remember the feeling when your algorithm was accepted? It was a feeling you can't describe with words, right? Or was it normal? Please tell me.
P.S. This is my first time blogging, so I don't know what to write here. Could you tell me, please?
I solved the first USACO training pages problem and my mind was BLOWN.
Me too!
By the way, where can you find people's blogs?
Click on the user's profile, then there is a button called "Blog entries" on the left side. You can see a user's blogs from there.
Thank you!
When my first problem was A+B))*facepalm
My first accepted problem was "TEST" from SPOJ. I thought competitive programming was easy and continued to the second spoj problem "PRIME1".
I learned I had a long way to go.
My first solved problem was at an event to get people to know competitive programming more. I kept digging through my groups so I can open the submission:
Sure do miss problems like that
My first problem was this one. I was not qualified to Code jam that year, so I just looked at the problem (obviously just C as the first two are too easy), figured out the algorithm and said "Well coding it would certainly be within my capabilities" and closed the site.
A half a year later I actually solved my first problem on a Slovak local judge and realised it's not that easy.
Well, I didn't even know of Codeforces when I first did a CP problem, It was for an Informatics Olympiad online round held in my country. I didn't code using C++ at the time, I used C# since it was the programming language I learned for using Unity. It was a fairly simple round, including a problem that needed you to sum A + B. The complex part was, at least for me at the time, reading this type of input in C#.
You can't read inputs like that in C#, they had to be in different lines. I had to code a special way to get the input in two variables, what in C++ was like less than 5 lines of code, in C# was around 30 — 40 lines.
In the end I managed to solve it, and then my journey began, I even went to the IOI of past year (And based on my color you can tell how it went for me), I might not be that good, but at least I'm trying to improve, and that's what counts.
I did some digging, here is my first problem's code
(submit A)
"pretests passed"
What's the meaning of "pretests"?I don't know!!!Did it Accepted???It's green,so maybe it accepted.
Then go to B. XD
And then:
$$$\color{red}{\text{Hacked}}$$$
My first solved problem was the 3n+1 on UVA online judge. I was so so happy as I had submitted this code 10 times without knowing why it got rejected:
My first problem was solve me first on hackerrank. It was adding two numbers. Its pre written code already contained the solution in comments.
First solved problem was temperature converting using $$$\dfrac{C}{5} = \dfrac{F-32}{9}$$$.
Place : College Lab
IDE : Turbo C++ IDE
Learnt from : Information and communication Technology Practical Book.