Questions tagged as 'uri-online-judge'

1
answer

Could anyone help me identify the error? 1179 Vector Filling IV -URI

Sofolks,I'mstudyingPythonduringcollegeholidaysandIcameacrossthisprobleminURI. I'm still a beginner in language, and programming in general. Could someone tell me why the platform does not accept my code? I tried to follow everything exactl...
asked by 24.12.2017 / 06:34
1
answer

Runtime error - 1035 - Selection Test 1 - Online Judger URI

Firstly, I do not have much experience with C #, I just know programming logic. I'm studying C # out of curiosity, it's a language that has always interested me. I am studying through the URI and I am not able to solve this exercise:    Re...
asked by 12.12.2017 / 16:20
0
answers

This program is giving Runtime Error in uri, I would like to know where I am going wrong

#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> int main(){ short int numCasos, i = 1, j = 1, soma = 0; long long int num; scanf("%hd", &numCasos); while...
asked by 05.08.2016 / 20:15
1
answer

Computational Geometry - How to check if two lines intersect only at the anchor?

Well, I need to make a program in C ++ that gets a A (x, 0) point a point B (x, 0) this point A and B they are on the x-axis, always with y = 0. After receiving the A point and the B point, I have to receive a C (x, y) D (x, y...
asked by 06.08.2018 / 17:33