zoukankan      html  css  js  c++  java
  • 最帅的快读

    熟悉我的人都知道我是从来不打快读的,但是这个快读简直太帅了叭~

    Deja vu
    I've just been in this time before
    Higher on the beat
    And I know it's a place to go
    Calling you and the search is mistery
    Standing on my feet
    It's so hard when I try to be me
    Yeah
    See the future into the present
    See my past lives in the distance
    Try to guess now what's going on
    And the band begins to play
    Don't you see my condition?
    The fiction is gonna run it again
    Can't you see now illusion?
    Right into your mind
    Deja vu
    I've just been in this place before
    Higher on the street
    And I know it's my time to go
    Calling you and the search is mistery
    Standing on my feet
    It's so hard when I try to be me
    Oh
    Deja vu
    I've just been in this time before
    Higher on the beat
    And I know it's a place to go
    Calling you and the search is mistery
    Standing on my feet
    It's so hard when I try to be me
    Yeah
    See your body into the moonlight
    Even if I try to cancel
    All the pictures into the mind
    There's flashing in my eyes
    Don't you see my condition?
    The fiction is gonna run it again
    Can't you see now illusion?
    Right into your mind
    Deja vu
    I've just been in this place before
    Higher on the street
    And I know it's my time to go
    Calling you and the search is mistery
    Standing on my feet
    It's so hard when I try to be me
    Oh
    Deja vu
    I've just been in this time before
    Higher on the beat
    And I know it's a place to go
    Calling you and the search is mistery
    Standing on my feet
    It's so hard when I try to be me
    Yeah

    namespace ae86{
    	const int bufl=1<<15;
    	char buf[bufl],*s=buf,*t=buf;
    	inline int fetch(){
    		if(s==t){t=(s=buf)+fread(buf,1,bufl,stdin);if(s==t)return EOF;}
    		return*s++;
    	}
    	inline int read(){
    		int a=0,b=1,c=fetch();
    		while(!isdigit(c))b^=c=='-',c=fetch();
    		while(isdigit(c))a=a*10+c-48,c=fetch();
    		return b?a:-a;
    	}
    }
    using ae86::read;
    

    真的超级喜欢这个快读呢~

    来一波日本车大赏

  • 相关阅读:
    Tomcat目录结构及Tomcat Server处理一个http请求的过程
    JDBC
    Ajax
    Session总结
    request的setAttribute()怎么用的
    python中有多种标准输出格式,以下四种为常见的4种标准输出格式
    keywork模块查看当前环境所有关键字(保留字)
    props
    v-bind
    Vue指令
  • 原文地址:https://www.cnblogs.com/wzc521/p/11763902.html
Copyright © 2011-2022 走看看