- Owner
- Dragos Tanase
- Problem
- Circle
- Source
- 0.48KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:16:40: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if((d*d < R * R) || (d*d==R*R) && x!=0 && y!=0){ ^
Results
Test number Result Time 1 Ok 0.2728s 2 Wrong answer 0.2711s