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

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

    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;
    

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

    来一波日本车大赏

  • 相关阅读:
    getopt函数
    Pac的OI回忆录
    Python embed包使用
    Git add . Git add * 的区别
    Linux Python升级版本至2.7.5
    Linux6.3升级zlib
    一: Centos 虚拟机安装
    4.4 SpringCloud__服务注册与发现Eureka__自我保护机制
    4.3 SpringCloud__服务注册与发现Eureka__高可用集群配置
    4.2 SpringCloud__服务注册与发现Eureka__搭建注册中心
  • 原文地址:https://www.cnblogs.com/My-tiantian/p/11763902.html
Copyright © 2011-2022 走看看