去年noip前prey親授,當時就覺得這是個好東西!非常好!然后我就沒學會。接著最近被安利小紅的bat!!!
?
小紅bat!!!?get!!!謝小紅!!!
?
----->?http://www.cnblogs.com/reddest/p/5925018.html
?
本來想貼prey高端代碼,然后就發現大概太高端和我的輸入完全不對口,就不知道什么時候一不小心丟棄回收站了(噓)。
偶然發現還留有這樣一個高端---(我也不懂是什么,害怕再不小心丟棄dalao高端代碼,貼!)
1 #include <stdio.h> 2 #include <time.h> 3 #include <string.h> 4 5 int main() 6 { 7 int t1 = clock(); 8 int out[ 1000100 ]; 9 for( int i = 1; i <= 1000000; i++ ){ 10 out[ i ] = i; 11 } 12 13 int t2 = clock(); 14 printf("%lf\n", (double)(t2 - t1) / CLOCKS_PER_SEC ); 15 } 16 17 18 /* 運行所占內存:(cmd) "size name.exe" */
嗯。就是知道很厲害我看不懂就對了。
?