首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
Parco_Love_gcd
】的更多相关文章
Parco_Love_gcd
传送门 出题人说正解为RMQ,鄙人实在太蒟蒻了,不会呀只能暴力…… #include <bits/stdc++.h> using namespace std; #define ll long long #define re register ; ; void read(int &a) { a=; ; char ch; ') if(ch=='-') d=-; a=ch-'; ') a=a*+ch-'; a*=d; } void write(int x) { ) putchar(),x=-…