- Owner
- Oncescu Costin Andrei
- Problem
- Special Triangles
- Source
- 1.97KB
- Result
- Time Limit Exceeded
Compiler output
prog.cpp: In function 'int key(std::pair<int, int>)': prog.cpp:10:58: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] int key (pair < int, int > v) {return (v.first ^ 7542377 + v.second ^ 2552875) % hashMod;} ^
Results
Test number Result Time 1 10 0.3293s 2 Time Limit Exceeded 2.2867s