About me


【myself】:

來自山東的一名蒟蒻\(OIer\) , emmm, 具體會干什么呢。 抄題解,打板子,蒙結論,猜DP,背代碼……(\(so \ \ on\)請自行列舉菜鳥該做的行為) ;


【我的博客】:

只有部分涉及版權問題上鎖或者沒寫完或寫錯誤的,就上鎖了,也以防誤導大家,其余不會上鎖,除非私人隱私


【我的缺省源】:

/*
 by : Zmonarch
 知識點 :

*/
#include <iostream>
#include <cstdio>
#include <algorithm>
#include <cmath>
#include <queue>
#include <stack>
#include <set>
#include <cstring>
#include <map>
#include <cstdlib>
#define int long long
#define inf 2147483647
const int kmaxn = 1e6 + 10 ;
namespace base
{
	inline int Min(int a , int b) { return a < b ? a : b ; } ;
	inline int Max(int a , int b) { return a > b ? a : b ; } ;
	inline int Abs(int a      ) { return a < 0 ? - a : a ; } ;
};
inline int read()
{
	int x = 0 , f = 1 ; char ch = getchar() ;
	while(!isdigit(ch)) { if(ch == '-') f = - 1 ; ch = getchar() ; }
	while( isdigit(ch)) { x = x * 10 + ch - '0' ; ch = getchar() ; }
	return x * f ;
}
using namespace base ;
signed main()
{
	return 0 ;
}

【我的碼風】:

極其喜歡簡潔, 別問,問就是看着爽的,有時次次空格,有時和分子之間一樣緊密。


【我的“來源”】:

偶然的機會,接觸到了 \(OI\) ,然后陰差陽錯得感覺\(OI\)挺好的, 盡管我很菜,也許可能不適合我,但是我也會一直走下去,自然,打斷了雙腿就沒法走了。


【其他】:

這個博客的風格是翻得 辰星凌

安利一下兩個學長,Luckyblock(壯壯的),Loceaner(帥帥的),對我幫助也是特別大(巨),可以關注一下他們兩個的呀!!!(反正你都看了,關注一下吧,鏈接放上了)

\(QQ\)是 3023227140
$cell \ \ phone $: 13465286716


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM