View containers.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Author : Pnictogen | |
* Task : | |
* Algo : | |
**/ | |
#include <bits/stdc++.h> | |
#define endl '\n' | |
#define sqr(x) (x) * (x) | |
#define gcd(x,y) __gcd(x,y) |
View 10341.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Author : Pnictogen | |
* Task : | |
* Algo : | |
**/ | |
#include <bits/stdc++.h> | |
#define endl '\n' | |
#define sqr(x) (x) * (x) | |
#define gcd(x,y) __gcd(x,y) |
View Array Negations.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Author : Pnictogen | |
* Task : | |
* Algo : | |
**/ | |
#include <bits/stdc++.h> | |
#define endl '\n' | |
#define sqr(x) (x) * (x) | |
#define gcd(x,y) __gcd(x,y) |
View TRIGALGE.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Author : Pnictogen | |
* Task : | |
* Algo : | |
**/ | |
#include <bits/stdc++.h> | |
#define endl '\n' | |
#define sqr(x) (x) * (x) | |
#define gcd(x,y) __gcd(x,y) |