[GCI2019] Buffer Overflow [GCI2019] Buffer Overflow
This is the write-up for the task Buffer Overflow in GCI2019! Asciinema Link First, make the stack executeable so we can
2020-01-08
Code Test Code Test
#include <bits/stdc++.h> using namespace std; const int M=int(1e9)+7; int a[100005]; vector<pair<int, int>> v
2019-06-16