- Owner
- Radu Alexandru
- Problem
- Special Triangles
- Source
- 1.39KB
- Result
- Time Limit Exceeded
Compiler output
prog.cpp: In function 'void insertPoint(std::pair<int, int>)': prog.cpp:14:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] long long val = *((long long *)&p); ^ prog.cpp: In function 'bool exista(std::pair<int, int>)': prog.cpp:20:38: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] long long val = *((long long *)&p); ^
Results
Test number Result Time 1 10 0.2889s 2 Time Limit Exceeded 2.2886s