|
0
i took a look at your solutions of your latest contest and i laughed my ass of ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include <bits/stdc++.h>using namespace std; using ll = long long; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ why do you choose to name variables these weird long names ? |
|
0
i actually looked up your pages , these are really intresting problems , keep it up |