Posts by Ygor Takashi Nishi • 77 points
5 posts
-
0
votes1
answer48
viewsQ: Problems with printing float variables
Hello folks I’m solving the 1098 issue of the Judge URI, it is apparently quite simple just have to print the results of a sequence in which i goes from 0 to 2 increasing 0.2 and j that goes from 1…
casked Ygor Takashi Nishi 77 -
2
votes6
answers2258
viewsA: Exercise: loop and for
As they said up there, I thought it was strange this X and I thing, but a really cool way to do it is to control the two variables by the for, so the code would look something like this: function…
-
5
votes1
answer3822
viewsQ: What is debug? What is it for and how to do it?
People while I am programming always see in the IDE’s a part called debug, I don’t really know how it works and what it’s for exactly since I don’t know if it looks like code editing but I believe…
-
0
votes1
answer2942
viewsQ: Problems with GCC on Windows 10
I am facing problems when changing IDE, I was told that DEVC++ contains a lot of bugs and by option I was already in the mood to try other IDE’s, so I decided to test Code::Blocks and Visual Studio…
-
-1
votes1
answer93
viewsQ: Delay in execution of code in C
Hello guys this is the first time I’m looking for help, well I’m a freshman in computer science and I’m having a hard time at a job where the teacher asked me to fix code for a random person in the…