• 最帅的快读 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;
    

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

    来一波日本车大赏

  • 相关阅读:
    2019/2/3从字符串中删除指定的字符
    2019/2/3求组合数
    2019/2/3统计各成绩段的学生人数
    2019/2/3摄氏一华氏温度转换表
    2019/1/29有选择的复制字符串
    2019/1/28数字的移动
    2019/1/2810个整数的数据处理
    2019/1/27从三个数中找出最大的数(函数和宏)
    2019/1/23编写函数统计字符串中字母、数字、空格和其它字符的个数
    Jenkins 执行python脚本
  • 原文地址:https://www.cnblogs.com/My-tiantian/p/11763902.html
Copyright © 2020-2023  润新知