朱毅清吧
关注: 0 贴子: 6

  • 目录:
  • 其他
  • 0
    #include<stdio.h> #include<stdlib.h> #include "mat2.h" int main() { mat* m1=mat_new(1.0,2.0,3.0,4.0); mat* m2=mat_new(
  • 0
    #ifndef MAT2 #define MAT2 #include "vector2.h" struct mat{ vec2f* v1; vec2f* v2; }; typedef struct mat mat; mat* mat_alloc() { mat
  • 0
    #ifndef VECTOR2_H #define VECTOR2_H struct vec2f { float x; float y; }; typedef struct vec2f vec2f; vec2f* vec2f_alloc() { vec2f* ret; ret=(
  • 0
    #include<iostream> #include<iomanip> #include<string> #include<algorithm> #include<cmath> using namespace std;
  • 0
    #include<iomanip> #include<cmath> #include<cmath> using namespace std; int main() { int a, b, c, d; cin >> a >&gt

  • 发贴红色标题
  • 显示红名
  • 签到六倍经验

赠送补签卡1张,获得[经验书购买权]

扫二维码下载贴吧客户端

下载贴吧APP
看高清直播、视频!

本吧信息 查看详情>>

会员: 会员

目录: 其他