bat-bat-bat (重要的事情说三遍)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bat-bat-bat (重要的事情说三遍)相关的知识,希望对你有一定的参考价值。
去年noip前prey亲授,当时就觉得这是个好东西!非常好!然后我就没学会。接着最近被安利小红的bat!!!
本来想贴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" */
嗯。就是知道很厉害我看不懂就对了。
那么,接下来,小红bat!!! get!!!谢小红!!!
http://www.cnblogs.com/reddest/p/5925018.html
%%%
以上是关于bat-bat-bat (重要的事情说三遍)的主要内容,如果未能解决你的问题,请参考以下文章
青少年编程 电子学会python编程等级考试一级真题解析(选择题)2020-6
重要的事情说三遍:列表 ul / ol 等是块级元素,是块级元素,块级元素