- Owner
- Alexandru
- Problem
- 50 Shades of Prime
- Source
- 0.77KB
- Result
- Time Limit Exceeded
Compiler output
prog.cpp: In function 'void citeste(long long unsigned int&)': prog.cpp:9:14: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] while(!(a>=0 && a<=1000000000000000)); ^ prog.cpp: In function 'int main()': prog.cpp:37:13: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] if(x==a && y==b) ^ prog.cpp:38:19: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<b-a+1; ^
Results
Test number Result Time 1 Ok 0.2590s 2 Ok 0.2658s 3 Ok 0.2571s 4 Ok 0.3149s 5 Time Limit Exceeded 10.2536s