Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Abejas beta
#include <iostream> #include <math.h> using namespace std; struct point { int x, y; double eps = 1.0e-10; void push(int x, int y) { this->x = x; this->y = y; } bool operator <(point z) { if(fabs(x-z.x) > eps) return x < z.x; else return y < z.y; } }; int main() { int T, ; double x, y, a, b; cin >> T; while(T) { } }
run
|
edit
|
history
|
help
0
segmentedSieveR
ignat2
single_digit
thread
reverse array
Primality test Fermat primality test
map sort
single_digit
Sorting sort function stl in c++
ListTel