有爱,有技术,有你^_^)y
╱人◕‿‿◕人╲订下契约(注册新用户)

合作站点账号登陆

QQ登录

只需一步,快速开始

快捷导航
技术宅社区 | Z站 周大师 个人资料

周大师(UID: 1705786)

  • 邮箱状态未验证
  • 星座摩羯座
  • 生肖
  • 微博
  • 自我介绍#include <stdio.h>
    /* This is the main program */
    void main()
    { int a,b,sum;
    a=10;
    b=24;
    sum=add(a,b);
    printf(”sum= %d\n",sum);
    }

    /* This function calculates the sum of x and y */
    int add(int x,int y)
    { int z;
    z=x+y;
    return(z);
    }
  • 兴趣爱好#include <stdio.h>
    /* This is the main program */
    void main()
    { int a,b,sum;
    a=10;
    b=24;
    sum=add(a,b);
    printf(”sum= %d\n",sum);
    }

    /* This function calculates the sum of x and y */
    int add(int x,int y)
    { int z;
    z=x+y;
    return(z);
    }
  • 个人主页http://发广告
  • 怎么来到本社区?喜欢
  • 情感状态
  • 血型A

该会员签到详情

累计签到总天数 : 11

连续签到天数 : 1

本月签到天数 : 0

上次签到时间 : 2019-12-29 17:09

该会员目前获得的总奖励为:宅币 83 枚 , 上次获得的奖励为:宅币 9 枚.

该会员目前签到等级 :[LV.3]偶尔看看II , 离下一等级 [LV.4]偶尔看看III 还差 4 天 .

今天未签到

活跃概况

  • 注册时间2019-5-22 15:57
  • 最后访问2019-12-29 17:09
  • 上次活动时间2019-12-29 17:09
  • 上次发表时间2019-12-29 17:09
  • 所在时区(GMT +03:00) 巴格达, 利雅得, 莫斯科, 奈洛比

统计信息

  • 已用空间 0 B
  • 积分2042
  • 宅魂0 点
  • 宅币2002 枚
  • 贡献0 点
  • 元气(技能点)0 点
  • 活跃271 ℃
  • 宅の石(入宅度)35 块
  • 喵点0

小黑屋|手机版|技术宅(基宅) ( 粤ICP备18082987号-1 | 浙公网安备 33010902001746号 )

GMT+8, 2024-3-29 14:11 , Processed in 0.059187 second(s), 6 queries , Redis On.

Copyright © 2018 技术宅社区

Powered by Discuz! X3.5

返回顶部