Posts by Daniel Duplat • 31 points
2 posts
-
1
votes0
answers718
viewsQ: URI Issue 1463 in C, I cannot identify the problem in the code
I’m trying to solve URI Online Judge Issue 1463, link: https://www.urionlinejudge.com.br/judge/pt/problems/view/1463 However I get the message 100% error or time limit exceeded, someone could show…
casked Daniel Duplat 31 -
1
votes2
answers25163
viewsQ: Numbers in Ascending Order C
I am trying to make a code to show 3 random numbers in ascending order typed by the user however I do not understand why my code is not working #include <stdio.h> main(){ int…
casked Daniel Duplat 31