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
DESim Example with Hash Table Starter Code
Rounding float to nearest 1000 (fixed)
Deleted special operations are propagated to derived class
Optional conversions
Te
Unlike C (even C99/C11), C++ allows initializers in if-conditions, so this compiles.
non-deduced context
vector flavors....
ArrayList Example Starter Code 2
Own initialization