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;
    

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

    来一波日本车大赏

  • 相关阅读:
    android:sharedUserId
    SystemProperties cannot be resolved错误
    Mybatis(二)|搭建mybatis环境之注解版-简单搭配
    Eclipse构建Maven的SpringMVC项目
    IDEA新手使用教程(详解)(经典)
    IntelliJ IDEA 教程
    用注解的方式实现Mybatis插入数据时返回自增的主键Id
    eclipse使用git提交项目
    eclipse中使用自带git的常用操作
    myeclipse10.7安装git插件
  • 原文地址:https://www.cnblogs.com/My-tiantian/p/11763902.html
Copyright © 2011-2022 走看看