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;
    

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

    来一波日本车大赏

  • 相关阅读:
    Android实现多个词汇连续输入的提示
    android 中使用AutoCompleteTextView 可以实现自动提示功能
    关于android中搜索功能的实现
    重复弹出Toast 解决方案
    Android显示不重复通知的Notification
    个人项目经历
    使用Google 官方的控件SwipeRefreshLayout实现下拉刷新功能
    安卓左滑实现返回上一个页面
    初学hadoop
    浅谈nodejs和php
  • 原文地址:https://www.cnblogs.com/wzc521/p/11763902.html
Copyright © 2011-2022 走看看