Borderou de evaluare (job #3145008)

Utilizator daristyleBejan Darius-Ramon daristyle Data 11 august 2023 20:28:59
Problema Geometry Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'Point Intersection(Line, Line)': main.cpp:87:52: warning: narrowing conversion of '(((d2.Line::c * ((int)d1.Line::b)) - (d1.Line::c * ((int)d2.Line::b))) / ((((int)d1.Line::a) * ((int)d2.Line::b)) - (((int)d2.Line::a) * ((int)d1.Line::b))))' from 'int' to 'short int' [-Wnarrowing] 87 | Point Intersec{(d2.c * d1.b - d1.c * d2.b) / (d1.a * d2.b - d2.a * d1.b), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:88:52: warning: narrowing conversion of '(((d2.Line::c * ((int)d1.Line::a)) - (d1.Line::c * ((int)d2.Line::a))) / ((((int)d1.Line::b) * ((int)d2.Line::a)) - (((int)d2.Line::b) * ((int)d1.Line::a))))' from 'int' to 'short int' [-Wnarrowing] 88 | (d2.c * d1.a - d1.c * d2.a) / (d1.b * d2.a - d2.b * d1.a)}; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms303kbOK100
20ms303kbIncorect0
30ms303kbIncorect0
40ms303kbIncorect0
50ms303kbIncorect0
60ms303kbIncorect00
72ms303kbIncorect00
82ms303kbIncorect00
92ms303kbIncorect00
102ms303kbIncorect00
Punctaj total0

Ceva nu functioneaza?