Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
mine
#include<iostream> #include<bits/stdc++.h> using namespace std; #define endl "\n" #define ll long long #define pb push_back #define vi vector<ll> #define vii vector<pair<ll,ll>> #define matrix(x) vector<vector<x>> #define showv(n) for(auto it:n){cout<<it<<endl;} #define showm(n) for(auto it:n){cout<<it.first<<it.second<<endl;} #define fo(i,k,n) for(ll i=k;i<n;i++) #define sort(vec) sort(vec.begin(),vec.end()) int main() { ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); return 0; }
run
|
edit
|
history
|
help
0
Saam hash example
What's the problem with this?
UTF-8 in C++11
Array-Based Heap Example Solution
U2
ArrayList Example Starter Code 2
Class operator overloading the subscript and boundary check for array
Print system time
Throttle Example in C++
Array-Based Heap Example Starter Code