Skip to content

Instantly share code, notes, and snippets.

View EricTsengTy's full-sized avatar
🏠
Working from home

Tzu-Yen, Tseng EricTsengTy

🏠
Working from home
  • NTU CSIE
  • Taoyuan, Taiwan
View GitHub Profile
#include <bits/stdc++.h>
using namespace std;
using ull = unsigned long long;
ull f(ull n){
return 256743000 * n * n - 769715000 * n + 512972514;
}
int main(){