One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| server | |
| { | |
| listen 12008; | |
| listen [::]:12008; | |
| server_name exapmle.com; | |
| # HTTP to HTTPS redirection | |
| if ($scheme != "https") | |
| { | |
| return 301 https://$host$request_uri; |
| #include<bits/stdc++.h> | |
| #define PI 2*acos(0.0) | |
| #define SIZE 1000000 | |
| #define endl '\n' | |
| int caseno=1; | |
| #define CP() printf("Case %d: ",caseno++) | |
| #define R() freopen("in.txt","r",stdin) | |
| #define W() freopen("out.txt","w",stdout) | |
| #define RW R(); W(); | |
| #define SFI(_i) scanf("%d",&_i) |
| #include<iostream> | |
| #include<cstring> | |
| #include<string> | |
| #include<stack> | |
| #include<queue> | |
| #include<vector> | |
| #include<set> | |
| #include<map> | |
| #include<algorithm> | |
| #include<cstdio> |
| /* | |
| Name: Md. Nabid Imteaj | |
| Prob: | |
| Algo: | |
| */ | |
| #pragma comment( linker, "/STACK:16777216" ) | |
| #pragma warning( disable:4786 ) | |
| #include <cmath> |