Borderou de evaluare (job #2977145)

Utilizator AlexNeaguAlexandru AlexNeagu Data 10 februarie 2023 22:19:29
Problema Geometrie Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In member function 'point point::operator*(double) const': main.cpp:27:24: warning: narrowing conversion of '((double)(int)((const point*)this)->point::x * c)' from 'double' to 'int' [-Wnarrowing] 27 | return point{x * c, y * c}; | ~~^~~ main.cpp:27:31: warning: narrowing conversion of '((double)(int)((const point*)this)->point::y * c)' from 'double' to 'int' [-Wnarrowing] 27 | return point{x * c, y * c}; | ~~^~~ main.cpp: In member function 'point point::operator/(double) const': main.cpp:31:24: warning: narrowing conversion of '((double)(int)((const point*)this)->point::x / c)' from 'double' to 'int' [-Wnarrowing] 31 | return point{x / c, y / c}; | ~~^~~ main.cpp:31:31: warning: narrowing conversion of '((double)(int)((const point*)this)->point::y / c)' from 'double' to 'int' [-Wnarrowing] 31 | return point{x / c, y / c}; | ~~^~~ main.cpp: In member function 'point point::rotate(double)': main.cpp:57:28: warning: narrowing conversion of '(((double)((point*)this)->point::x * c) - ((double)((point*)this)->point::y * second))' from 'double' to 'int' [-Wnarrowing] 57 | return point{x * c - y * s, x * s + y * c}; | ^ main.cpp:57:43: warning: narrowing conversion of '(((double)((point*)this)->point::x * second) + ((double)((point*)this)->point::y * c))' from 'double' to 'int' [-Wnarrowing] 57 | return point{x * c - y * s, x * s + y * c}; | ~~~~~~^~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms184kbKilled by Signal 110
20ms184kbKilled by Signal 110
30ms184kbKilled by Signal 110
40ms184kbKilled by Signal 110
50ms184kbIncorect0
60ms184kbKilled by Signal 110
70ms184kbIncorect0
80ms184kbIncorect0
90ms184kbKilled by Signal 110
100ms184kbKilled by Signal 110
110ms184kbKilled by Signal 110
120ms184kbKilled by Signal 110
135ms315kbIncorect0
140ms184kbKilled by Signal 110
1537ms1478kbIncorect0
16159ms4124kbIncorect0
17148ms3436kbIncorect0
1847ms1757kbKilled by Signal 110
19147ms3670kbIncorect0
2043ms1757kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?