李奕翀吧 关注:15贴子:1,542
  • 11回复贴,共1

热度给我刷起来啊

只看楼主收藏回复

一眼过去还是很冷清啊嗯,所以都刷起来啊喂●^●


IP属地:广东来自iPhone客户端1楼2014-04-13 00:49回复


    来自iPhone客户端2楼2014-04-13 12:42
    收起回复
      十五字十五字十五字十五字十五字。顶1!


      来自iPhone客户端3楼2014-04-13 12:49
      收起回复
        雨狄姐 你可以在这刷李妍静和李奕翀的温情小说的。么么哒。wwww


        来自iPhone客户端4楼2014-04-13 12:53
        收起回复
          那也可以是李一葱和然姐的


          来自iPhone客户端5楼2014-04-13 13:08
          回复
            啊呀我的十五字十五字十五字十五字十五字


            来自iPhone客户端6楼2014-04-13 13:08
            回复
              自从度娘出了回复带八张图加经验,几乎每张帖子都有类似这种回复:
              发图也会涨经验
              这是真的吗
              不会是度娘骗我玩的吧
              度娘你要是骗我就太没节操了吧
              [狂怒] 坑爹啊这是
              还好事前试了下插图片真的好多经验啊
              拿到经验的一刹那、简直就像狂欢一样
              大家都来试试哦
              ✄┈┈┈┈┈┈┈┈┈┈┈┈
                     ✎﹏₯㎕﹍﹍                              愿用属于你的画笔,勾勒出最美的天空。


              IP属地:广东来自Android客户端8楼2014-10-09 23:46
              回复
                Addtion of numbers Time Limit: 2 seconds Eric is currently studying in Primary two. He was asked to do n ( 1【图片】n【图片】20 ) addition problems, which is to sum up two integers, a and b ( 1【图片】a, b < 231 ). He has to hand this in tomorrow. However, he is a very lazy student. He wants to play lego instead of doing this homework. You are Eric's elder brother and he ask you to help him. As both of you are lazy guys, you decide to write a program to complete this task rather than calculating those by hand. Input The input contains n + 1 lines of input. The first line of the input is the number n. The second line to the n + 1th line contains two numbers a and b at each line. Output The output file contains n lines, which are the sum of a and b. The i-th line of output is the sum of the two integers in the i+1-th line of input. Sample Input5 1 1 2 9 3 6 4 19 5 200 Sample Output2 11 9 23 205
                解答:var x,y,n:qword; i:longint; begin readln(n); for i:=1 to n do begin readln(x,y); writeln(x+y); end; en


                IP属地:广东来自Android客户端9楼2014-10-10 22:59
                回复
                  切七格格的几几


                  IP属地:广东来自iPhone客户端12楼2020-08-10 02:18
                  回复